Finished native SQL projects [MouseJstr]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1351 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
|
||||
#ifdef __WIN32
|
||||
#include <winsock.h>
|
||||
#define close(fd) closesocket(fd)
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
@@ -816,6 +816,8 @@ extern char *GRF_PATH_FILENAME;
|
||||
#ifndef TXT_ONLY
|
||||
|
||||
// MySQL
|
||||
#include <my_global.h>
|
||||
#include <my_sys.h>
|
||||
#include <mysql.h>
|
||||
|
||||
void char_online_check(void); // [Valaris]
|
||||
|
||||
Reference in New Issue
Block a user