+ small fix for cpp

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

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

Loading…
Cancel
Save