diff --git a/Changelog-SVN.txt b/Changelog-SVN.txt index cda6a2b7c0..b642a4a1a3 100644 --- a/Changelog-SVN.txt +++ b/Changelog-SVN.txt @@ -2,6 +2,7 @@ Date Added 03/30 + * sql native vc7 projects now build/link [1351: MouseJstr] * Began sql projects for VC7 [1349: MouseJstr] * text char-server and login-server now build using VC7. You can use the eAthena.sln solution to build all three. These diff --git a/src/common/socket.h b/src/common/socket.h index 6793cfdb57..37d41203e6 100644 --- a/src/common/socket.h +++ b/src/common/socket.h @@ -7,7 +7,6 @@ #ifdef __WIN32 #include -#define close(fd) closesocket(fd) #else #include #include diff --git a/src/map/map.h b/src/map/map.h index 81d1b8cbc9..68a2f1d4df 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -816,6 +816,8 @@ extern char *GRF_PATH_FILENAME; #ifndef TXT_ONLY // MySQL +#include +#include #include void char_online_check(void); // [Valaris] diff --git a/vcproj/char-server_sql.vcproj b/vcproj/char-server_sql.vcproj index fb8b90f8b3..3a0d6e6009 100644 --- a/vcproj/char-server_sql.vcproj +++ b/vcproj/char-server_sql.vcproj @@ -19,11 +19,11 @@