waitToComplete() method needed to support OS X.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@646 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-07-11 03:01:27 +00:00
parent a53f8acaf8
commit 057af14af9

View File

@@ -3059,7 +3059,7 @@ RCODE FLMAPI F_FileAsyncClient::waitToComplete(
uiBytesDone = (FLMUINT)udBytesDone;
#endif
#if defined( FLM_LINUX) || defined( FLM_SOLARIS)
#if defined( FLM_LINUX) || defined( FLM_SOLARIS) || defined( FLM_OSX)
FLMINT iAsyncResult;
const struct aiocb * ppAio[ 1];