mirror of
https://github.com/open-goal/jak-project
synced 2026-09-08 11:56:11 -04:00
fix windows min/max macro issue
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <WinSock2.h>
|
||||
#include <WS2tcpip.h>
|
||||
|
||||
// remove the evil windows min/max macros!
|
||||
#undef min
|
||||
#undef max
|
||||
#endif
|
||||
|
||||
// TODO - i think im not including the dependency right..?
|
||||
|
||||
Reference in New Issue
Block a user