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:
amber
2005-03-31 04:02:06 +00:00
parent 4e27322999
commit 83500a3c58
6 changed files with 19 additions and 13 deletions

View File

@@ -7,7 +7,6 @@
#ifdef __WIN32
#include <winsock.h>
#define close(fd) closesocket(fd)
#else
#include <sys/types.h>
#include <sys/socket.h>

View File

@@ -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]