summaryrefslogtreecommitdiffstats
path: root/Project/wxMathPlot/mathplot.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2020-06-03 00:18:03 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2020-06-03 00:18:03 -0300
commit0586ac0d34e4d8d5dd9845f2fdd212716b3004f9 (patch)
tree932f1affaf10154fa216f5b64a2fbe58e9c165ac /Project/wxMathPlot/mathplot.h
parent2bf0691eaef139746f56d01c8db2e6c9b8670c2e (diff)
downloadPSP.git-0586ac0d34e4d8d5dd9845f2fdd212716b3004f9.tar.gz
PSP.git-0586ac0d34e4d8d5dd9845f2fdd212716b3004f9.tar.xz
PSP.git-0586ac0d34e4d8d5dd9845f2fdd212716b3004f9.zip
Included a VS solution (vs16)
Some minor bugfixes and leaks
Diffstat (limited to 'Project/wxMathPlot/mathplot.h')
-rw-r--r--Project/wxMathPlot/mathplot.h2
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__)