mirror of
https://github.com/json-c/json-c.git
synced 2026-04-03 12:29:06 +08:00
Merge pull request #163 from sixlettervariables/fix-win32-build-problems
Fix Win32 build problems
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user