summaryrefslogtreecommitdiff
path: root/vcproj-10/char-server_sql.vcxproj
diff options
context:
space:
mode:
authorblacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-03 19:02:35 +0000
committerblacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-03 19:02:35 +0000
commit6e3d1006aa680a7b1477a0f671c552958116ebd1 (patch)
treec635edc234c03f74b72efc20d74d6e7235032de3 /vcproj-10/char-server_sql.vcxproj
parent4feeab8c61334ec73172fa01cda951dafde2505f (diff)
downloadhercules-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/char-server_sql.vcxproj')
-rw-r--r--vcproj-10/char-server_sql.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcproj-10/char-server_sql.vcxproj b/vcproj-10/char-server_sql.vcxproj
index bbe361fea..a30a4789f 100644
--- a/vcproj-10/char-server_sql.vcxproj
+++ b/vcproj-10/char-server_sql.vcxproj
@@ -150,6 +150,7 @@
<ClInclude Include="..\src\common\socket.h" />
<ClInclude Include="..\src\common\sql.h" />
<ClInclude Include="..\src\common\strlib.h" />
+ <ClInclude Include="..\src\common\thread.h" />
<ClInclude Include="..\src\common\timer.h" />
<ClInclude Include="..\src\common\utils.h" />
<ClInclude Include="..\src\char\char.h" />
@@ -184,6 +185,7 @@
<ClCompile Include="..\src\common\socket.c" />
<ClCompile Include="..\src\common\sql.c" />
<ClCompile Include="..\src\common\strlib.c" />
+ <ClCompile Include="..\src\common\thread.c" />
<ClCompile Include="..\src\common\timer.c" />
<ClCompile Include="..\src\common\utils.c" />
<ClCompile Include="..\src\char\char.c" />