diff options
author | blacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-10 02:30:56 +0000 |
---|---|---|
committer | blacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-10 02:30:56 +0000 |
commit | d7348a4974bd6c0409001659864d0afbda532205 (patch) | |
tree | b2fad4fa581f017e10af05e572997b9b16f54f76 /vcproj-10/map-server_sql.vcxproj | |
parent | caa66e7c20a26859912c1efc3c5a00b8dafc0661 (diff) | |
download | hercules-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/map-server_sql.vcxproj')
-rw-r--r-- | vcproj-10/map-server_sql.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcproj-10/map-server_sql.vcxproj b/vcproj-10/map-server_sql.vcxproj index 9a92d0eb2..1ea52c376 100644 --- a/vcproj-10/map-server_sql.vcxproj +++ b/vcproj-10/map-server_sql.vcxproj @@ -145,6 +145,7 @@ <ClInclude Include="..\src\common\mapindex.h" /> <ClInclude Include="..\src\common\md5calc.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" /> @@ -214,6 +215,7 @@ <ClCompile Include="..\src\common\malloc.c" /> <ClCompile Include="..\src\common\mapindex.c" /> <ClCompile Include="..\src\common\md5calc.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" /> |