Changed: windows.h already included in stdligo.h

This commit is contained in:
kervala 2015-12-23 15:23:50 +01:00
parent 88d45830a4
commit f05fd1f4e2

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;