diff options
author | Georgi Kodinov <joro@sun.com> | 2009-07-16 10:31:00 +0300 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-07-16 10:31:00 +0300 |
commit | 473dfa68087f455fab933650c1bf4655061b2992 (patch) | |
tree | b4be051911ecde9d82fdae6b8599af343a2b2898 /include/config-win.h | |
parent | 422696d673dececd0feb54c28d05327bf4825834 (diff) | |
parent | b7445ff687db2bba4785d9475865039940d6aa05 (diff) | |
download | mariadb-git-473dfa68087f455fab933650c1bf4655061b2992.tar.gz |
automerge
Diffstat (limited to 'include/config-win.h')
-rw-r--r-- | include/config-win.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/config-win.h b/include/config-win.h index 3a21551ebbb..ce8c0fd17ee 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -17,15 +17,6 @@ #define BIG_TABLES -#ifdef __WIN2000__ -/* 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 /* Avoid endless warnings about sprintf() etc. being unsafe. */ #define _CRT_SECURE_NO_DEPRECATE 1 |