This might possibly fix the XP build

hg/compatibility-develop
kaetemi 6 years ago
parent 39eb30b64f
commit 08ac7175dc

@ -20,8 +20,11 @@
#if defined(_MSC_VER) && defined(_DEBUG)
#define _CRTDBG_MAP_ALLOC
#include <stdlib.h>
#include <malloc.h>
#include <crtdbg.h>
#define DEBUG_NEW new(_NORMAL_BLOCK, __FILE__, __LINE__)
#elif defined(_MSC_VER)
#include <malloc.h>
#endif
#include <algorithm>

Loading…
Cancel
Save