Fixed: Compilation under Windows

hg/feature/gsoc2012-fabien
kervala 13 years ago
parent 96372fb098
commit 4be2469c8b

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

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

Loading…
Cancel
Save