mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Fixed: Compilation under Windows
This commit is contained in:
parent
bd1b1a3e2b
commit
edd1012f22
2 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue