Changed: windows.h already included in stdligo.h

--HG--
branch : develop
This commit is contained in:
kervala 2015-12-23 15:23:50 +01:00
parent f1cc782223
commit 4fa6247672

View file

@ -24,12 +24,6 @@
#include "nel/misc/i_xml.h"
#include "nel/misc/o_xml.h"
#ifdef NL_OS_WINDOWS
#ifndef NL_COMP_MINGW
#define NOMINMAX
#endif
#include <windows.h>
#endif // NL_OS_WINDOWS
using namespace std;
using namespace NLMISC;