summaryrefslogtreecommitdiff
path: root/include/config-win.h
diff options
context:
space:
mode:
authorunknown <davi@moksha.local>2007-10-09 09:48:49 -0300
committerunknown <davi@moksha.local>2007-10-09 09:48:49 -0300
commit6769a80dfc2d7173f5cfee5809bc66816d6bf2a5 (patch)
tree1fc4435560ae8e05682ba6111247ef37f61fbc66 /include/config-win.h
parent701ea230add519831031a27c18f2ad665b45d16c (diff)
parent662fb20f1e03a5d4146a67b5e73c828f5ab476e4 (diff)
downloadmariadb-git-6769a80dfc2d7173f5cfee5809bc66816d6bf2a5.tar.gz
Merge moksha.local:/Users/davi/mysql/push/mysql-5.0-runtime
into moksha.local:/Users/davi/mysql/push/mysql-5.1-runtime include/config-win.h: Auto merged include/my_pthread.h: Auto merged mysys/thr_mutex.c: Auto merged
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