diff options
Diffstat (limited to 'Project/wxMathPlot/mathplot.h')
-rw-r--r-- | Project/wxMathPlot/mathplot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/wxMathPlot/mathplot.h b/Project/wxMathPlot/mathplot.h index 345dd3c..3ee33e6 100644 --- a/Project/wxMathPlot/mathplot.h +++ b/Project/wxMathPlot/mathplot.h @@ -81,7 +81,7 @@ #include <deque> // For memory leak debug -#ifdef _WINDOWS +#ifdef __WINDOWS__ #ifdef _DEBUG #include <crtdbg.h> #define DEBUG_NEW new(_NORMAL_BLOCK ,__FILE__, __LINE__) |