1
0
Fork 0

prevent macro redefinition

This commit is contained in:
jsteemann 2017-05-29 17:35:20 +02:00
parent ed21022f55
commit 4adbc5ef97
1 changed files with 4 additions and 0 deletions

View File

@ -25,7 +25,11 @@
#define ARANGODB_BASICS_COMMON_H 1
#ifdef _WIN32
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN 1
#endif
// debug malloc for Windows (only used when DEBUG is set)
#define _CRTDBG_MAP_ALLOC
#include <stdlib.h>