]> git.tdb.fi Git - libs/net.git/blobdiff - source/net/constants.cpp
Use the correct #ifdef for Windows
[libs/net.git] / source / net / constants.cpp
index e57897dcffa784eefef2fa6e9610e274a3339964..c98945c21123a70301f2273e96658d42ea1bcb83 100644 (file)
@@ -1,5 +1,5 @@
 #include <stdexcept>
-#ifdef WIN32
+#ifdef _WIN32
 #include <winsock2.h>
 #else
 #include <sys/socket.h>