dont use windows min max macros (#37)

* windowmanager destructor free _mainwindow, fix save - remove const in
settingsPath that is being written to from ptree tree

* syntax error

* remove destructor, _mainWindow does not need any special cleanup, let OS claim the resource

* nominmax
This commit is contained in:
hemirt
2017-04-14 14:25:49 +02:00
committed by fourtf
parent 744940ffd5
commit 5db315b522
3 changed files with 5 additions and 2 deletions
-1
View File
@@ -10,7 +10,6 @@
#include <boost/foreach.hpp>
#ifdef USEWINSDK
#define NOMINMAX
#include "Windows.h"
#endif