+ small fix for cpp

pull/9/head
kelson42 14 years ago
parent da6f25c0ec
commit b58fccc15e

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

Loading…
Cancel
Save