summaryrefslogtreecommitdiff
path: root/onlineupdate/source/update/updater/bspatch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate/source/update/updater/bspatch.cxx')
-rw-r--r--onlineupdate/source/update/updater/bspatch.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/onlineupdate/source/update/updater/bspatch.cxx b/onlineupdate/source/update/updater/bspatch.cxx
index 8f8e0420000a..09a3c4354fcb 100644
--- a/onlineupdate/source/update/updater/bspatch.cxx
+++ b/onlineupdate/source/update/updater/bspatch.cxx
@@ -39,13 +39,13 @@
#include <string.h>
#include <limits.h>
-#if defined(WNT)
+#if defined(_WIN32)
# include <io.h>
#else
# include <unistd.h>
#endif
-#ifdef WNT
+#ifdef _WIN32
# include <winsock2.h>
#else
# include <arpa/inet.h>