diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-06-03 00:18:03 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-06-03 00:18:03 -0300 |
commit | 0586ac0d34e4d8d5dd9845f2fdd212716b3004f9 (patch) | |
tree | 932f1affaf10154fa216f5b64a2fbe58e9c165ac /Project/wxMathPlot/mathplot.h | |
parent | 2bf0691eaef139746f56d01c8db2e6c9b8670c2e (diff) | |
download | PSP.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.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__) |