1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

config-win.h, os0proc.h, os0proc.c, srv0start.c:

Make AWE compilation depend on __WIN2000__
This commit is contained in:
heikki@hundin.mysql.fi
2003-01-30 18:52:45 +02:00
parent 08f006858c
commit 0da4275063
4 changed files with 18 additions and 12 deletions

View File

@ -16,6 +16,12 @@
/* Defines for Win32 to make it compatible for MySQL */
#ifdef __WIN2000__
/* We have to do this define before including windows.h to get the AWE API
functions */
#define _WIN32_WINNT 0x0500
#endif
#include <sys/locking.h>
#include <windows.h>
#include <math.h> /* Because of rint() */