Fixed: NeL NS compilation

hg/feature/build_pipeline_v3
kervala 12 years ago
parent 11e88fed8f
commit 16af429a61

@ -31,9 +31,12 @@
#include <string>
#include <list>
#if defined (NL_OS_WINDOWS)
#include <winsock.h>
#ifdef NL_OS_WINDOWS
#include <winsock2.h>
#include <windows.h>
typedef unsigned long ulong;
#endif
#include <mysql.h>
#include <mysql_version.h>

@ -20,7 +20,9 @@
// we have to include windows.h because mysql.h uses it but not include it
#ifdef NL_OS_WINDOWS
# define NOMINMAX
# include <winsock2.h>
# include <windows.h>
typedef unsigned long ulong;
#endif
#include <mysql.h>

@ -25,7 +25,9 @@
// we have to include windows.h because mysql.h uses it but not include it
#ifdef NL_OS_WINDOWS
# define NOMINMAX
# include <winsock2.h>
# include <windows.h>
typedef unsigned long ulong;
#endif
#include <mysql.h>

Loading…
Cancel
Save