Fixed: #1474 Compilation with new MySQL headers

This commit is contained in:
kervala 2012-05-24 12:56:53 +02:00
parent f7ca61f461
commit c48667fae9
2 changed files with 2 additions and 2 deletions

View file

@ -31,9 +31,9 @@
# define NOMINMAX
# include <WinSock2.h>
# include <Windows.h>
typedef unsigned long ulong;
#endif // NL_OS_WINDOWS
#include <my_global.h>
#include <mysql.h>
using namespace NLMISC;

View file

@ -28,9 +28,9 @@
#ifdef NL_OS_WINDOWS
# include <WinSock2.h>
# include <Windows.h>
typedef unsigned long ulong;
#endif
#include <my_global.h>
#include <mysql.h>
#include <time.h>