Fixed: Compilation under Windows

This commit is contained in:
kervala 2012-05-19 23:47:43 +02:00
parent bd1b1a3e2b
commit edd1012f22
2 changed files with 3 additions and 1 deletions

View file

@ -121,5 +121,6 @@
#ifdef NL_OS_WINDOWS
#define NOMINMAX
#include <WinSock2.h>
#include <windows.h>
#endif // NL_OS_WINDOWS

View file

@ -36,5 +36,6 @@
#ifdef NL_OS_WINDOWS
#define NOMINMAX
#include <windows.h>
#include <WinSock2.h>
#include <Windows.h>
#endif // NL_OS_WINDOWS