From 0586ac0d34e4d8d5dd9845f2fdd212716b3004f9 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 3 Jun 2020 00:18:03 -0300 Subject: Included a VS solution (vs16) Some minor bugfixes and leaks --- Project/wxMathPlot/mathplot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/wxMathPlot/mathplot.h') 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 // For memory leak debug -#ifdef _WINDOWS +#ifdef __WINDOWS__ #ifdef _DEBUG #include #define DEBUG_NEW new(_NORMAL_BLOCK ,__FILE__, __LINE__) -- cgit