diff options
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 6228c7811..61d9036b3 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\mutex.h" /> <ClInclude Include="..\src\common\thread.h" /> <ClInclude Include="..\src\common\winapi.h" /> <ClInclude Include="..\src\login\account.h" /> @@ -167,6 +168,7 @@ <ClCompile Include="..\3rdparty\libconfig\scanctx.c" /> <ClCompile Include="..\3rdparty\libconfig\scanner.c" /> <ClCompile Include="..\3rdparty\libconfig\strbuf.c" /> + <ClCompile Include="..\src\common\mutex.c" /> <ClCompile Include="..\src\common\thread.c" /> <ClCompile Include="..\src\login\account_sql.c" /> <ClCompile Include="..\src\login\ipban_sql.c" /> |