3
0
Fork 0

+ fix for Visual Studio 2010

small_fixes
kelson42 13 years ago
parent ddede5e413
commit 249470a583

@ -40,7 +40,9 @@
// C Includes // C Includes
#include <sys/types.h> #include <sys/types.h>
#ifdef WIN32 #ifdef WIN32
#include "stdint4win.h" #if (_MSC_VER < 1600)
#include "stdint4win.h"
#endif
#else #else
#include <stdint.h> #include <stdint.h>
#endif #endif

Loading…
Cancel
Save