diff options
author | blacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-03 19:02:35 +0000 |
---|---|---|
committer | blacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-03 19:02:35 +0000 |
commit | 6e3d1006aa680a7b1477a0f671c552958116ebd1 (patch) | |
tree | c635edc234c03f74b72efc20d74d6e7235032de3 /vcproj-10/login-server_sql.vcxproj | |
parent | 4feeab8c61334ec73172fa01cda951dafde2505f (diff) | |
download | hercules-6e3d1006aa680a7b1477a0f671c552958116ebd1.tar.gz hercules-6e3d1006aa680a7b1477a0f671c552958116ebd1.tar.bz2 hercules-6e3d1006aa680a7b1477a0f671c552958116ebd1.tar.xz hercules-6e3d1006aa680a7b1477a0f671c552958116ebd1.zip |
VC9/VC10: followup for commit r16221 (threading / spinlock / atomic operations ..)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16222 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-10/login-server_sql.vcxproj')
-rw-r--r-- | vcproj-10/login-server_sql.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcproj-10/login-server_sql.vcxproj b/vcproj-10/login-server_sql.vcxproj index b106a4a9f..6228c7811 100644 --- a/vcproj-10/login-server_sql.vcxproj +++ b/vcproj-10/login-server_sql.vcxproj @@ -138,6 +138,7 @@ <ClInclude Include="..\3rdparty\libconfig\scanner.h" /> <ClInclude Include="..\3rdparty\libconfig\strbuf.h" /> <ClInclude Include="..\3rdparty\libconfig\wincompat.h" /> + <ClInclude Include="..\src\common\thread.h" /> <ClInclude Include="..\src\common\winapi.h" /> <ClInclude Include="..\src\login\account.h" /> <ClInclude Include="..\src\login\ipban.h" /> @@ -166,6 +167,7 @@ <ClCompile Include="..\3rdparty\libconfig\scanctx.c" /> <ClCompile Include="..\3rdparty\libconfig\scanner.c" /> <ClCompile Include="..\3rdparty\libconfig\strbuf.c" /> + <ClCompile Include="..\src\common\thread.c" /> <ClCompile Include="..\src\login\account_sql.c" /> <ClCompile Include="..\src\login\ipban_sql.c" /> <ClCompile Include="..\src\login\login.c" /> |