Fix SQL modules threading system.

This commit is contained in:
HttrckCldHKS
2015-02-17 16:04:42 +02:00
parent af6c6850ec
commit 3fc438ffd1
7 changed files with 19 additions and 11 deletions

View File

@ -30,7 +30,7 @@
#include <ISQLDriver.h>
#if defined WIN32 || defined _WIN32
#include <winsock.h>
#include <WinSock2.h>
#endif
typedef unsigned long ulong;
#include <mysql.h>