+ fix for Visual Studio 2010

pull/9/head
kelson42 14 years ago
parent ddede5e413
commit 249470a583

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

Loading…
Cancel
Save