summaryrefslogtreecommitdiff
path: root/include/config-win.h
diff options
context:
space:
mode:
authordavi@moksha.local <>2007-10-09 09:48:49 -0300
committerdavi@moksha.local <>2007-10-09 09:48:49 -0300
commitefdd32ced307daf8595a6e721fdb715e296140b8 (patch)
tree1fc4435560ae8e05682ba6111247ef37f61fbc66 /include/config-win.h
parent27ee6db9db2128f4b2d34c1ea00da2d88b2748ec (diff)
parent18c6118911f1f98c80a9a06af50a8c5ed02aef32 (diff)
downloadmariadb-git-efdd32ced307daf8595a6e721fdb715e296140b8.tar.gz
Merge moksha.local:/Users/davi/mysql/push/mysql-5.0-runtime
into moksha.local:/Users/davi/mysql/push/mysql-5.1-runtime
Diffstat (limited to 'include/config-win.h')
-rw-r--r--include/config-win.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config-win.h b/include/config-win.h
index 2e64e165630..07b316dcbab 100644
--- a/include/config-win.h
+++ b/include/config-win.h
@@ -21,6 +21,9 @@
/* We have to do this define before including windows.h to get the AWE API
functions */
#define _WIN32_WINNT 0x0500
+#else
+/* Get NT 4.0 functions */
+#define _WIN32_WINNT 0x0400
#endif
#if defined(_MSC_VER) && _MSC_VER >= 1400