summaryrefslogtreecommitdiff
path: root/vcproj-10/char-server_sql.vcxproj
diff options
context:
space:
mode:
authorblacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-10 02:30:56 +0000
committerblacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-10 02:30:56 +0000
commitd7348a4974bd6c0409001659864d0afbda532205 (patch)
treeb2fad4fa581f017e10af05e572997b9b16f54f76 /vcproj-10/char-server_sql.vcxproj
parentcaa66e7c20a26859912c1efc3c5a00b8dafc0661 (diff)
downloadhercules-d7348a4974bd6c0409001659864d0afbda532205.tar.gz
hercules-d7348a4974bd6c0409001659864d0afbda532205.tar.bz2
hercules-d7348a4974bd6c0409001659864d0afbda532205.tar.xz
hercules-d7348a4974bd6c0409001659864d0afbda532205.zip
VC10/VC9: followup for commit r16256
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16257 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 a30a4789f..ab8291ca1 100644
--- a/vcproj-10/char-server_sql.vcxproj
+++ b/vcproj-10/char-server_sql.vcxproj
@@ -144,6 +144,7 @@
<ClInclude Include="..\src\common\malloc.h" />
<ClInclude Include="..\src\common\mapindex.h" />
<ClInclude Include="..\src\common\mmo.h" />
+ <ClInclude Include="..\src\common\mutex.h" />
<ClInclude Include="..\src\common\nullpo.h" />
<ClInclude Include="..\src\common\random.h" />
<ClInclude Include="..\src\common\showmsg.h" />
@@ -179,6 +180,7 @@
<ClCompile Include="..\src\common\ers.c" />
<ClCompile Include="..\src\common\malloc.c" />
<ClCompile Include="..\src\common\mapindex.c" />
+ <ClCompile Include="..\src\common\mutex.c" />
<ClCompile Include="..\src\common\nullpo.c" />
<ClCompile Include="..\src\common\random.c" />
<ClCompile Include="..\src\common\showmsg.c" />