fix windows min/max macro issue

This commit is contained in:
water
2020-09-08 19:46:40 -04:00
parent d35a8a3867
commit 413bd66ce7
+4
View File
@@ -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..?