Explorar o código

Fix build error with Boost::asio

Whitetiger %!s(int64=7) %!d(string=hai) anos
pai
achega
787761a7bf
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      httplib.h

+ 2 - 0
httplib.h

@@ -29,7 +29,9 @@
 #define S_ISDIR(m)  (((m)&S_IFDIR)==S_IFDIR)
 #endif //S_ISDIR
 
+#ifndef NOMINMAX
 #define NOMINMAX
+#endif //NOMINMAX
 
 #include <io.h>
 #include <winsock2.h>