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

CQTexperiment
Chris Moeller 2014-04-08 15:11:41 -07:00
parent d3ba707339
commit efcfa5bdb5
1 changed files with 2 additions and 0 deletions

View File

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