Corrected Visual C++ win32/net.h include file define.

This commit is contained in:
skarg
2008-08-25 01:50:21 +00:00
parent e9894cfbb8
commit 2ab30fc981
5 changed files with 29 additions and 61 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
#include <sys/timeb.h>
#include <process.h>
#ifdef __MSC_VER
#ifdef _MSC_VER
#define inline __inline
#endif