Don't include MSVC header since we're not compiling with MSVC

This commit is contained in:
Chris Moeller 2014-04-08 15:11:41 -07:00
parent d3ba707339
commit efcfa5bdb5

View file

@ -25,9 +25,11 @@
#include <stdio.h> #include <stdio.h>
#ifdef _DEBUG #ifdef _DEBUG
#ifdef _MSC_VER
#define _CRTDBG_MAP_ALLOC #define _CRTDBG_MAP_ALLOC
#include <crtdbg.h> #include <crtdbg.h>
#endif #endif
#endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {