Don't include MSVC header since we're not compiling with MSVC
parent
d3ba707339
commit
efcfa5bdb5
|
@ -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" {
|
||||
|
|
Loading…
Reference in New Issue