Fixed Linux compile errors.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@348 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-04-18 16:15:22 +00:00
parent 96e9af20ac
commit 5563836aff

View File

@@ -458,6 +458,9 @@
typedef sema_t * F_SEM;
typedef F_SEM * F_SEM_p;
#define F_SEM_NULL NULL
typedef int SOCKET;
#define INVALID_SOCKET -1
#endif