Merge pull request #163 from sixlettervariables/fix-win32-build-problems

Fix Win32 build problems
This commit is contained in:
Eric Haszlakiewicz
2015-03-03 22:35:36 -05:00
6 changed files with 322 additions and 31 deletions

View File

@@ -21,6 +21,11 @@
# include <endian.h> /* attempt to define endianness */
#endif
#ifdef _MSC_VER
# define WIN32_LEAN_AND_MEAN
# include <windows.h> /* Get InterlockedCompareExchange */
#endif
#include "random_seed.h"
#include "linkhash.h"