summaryrefslogtreecommitdiff
path: root/vcproj-11/login-server.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'vcproj-11/login-server.vcxproj')
-rw-r--r--vcproj-11/login-server.vcxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcproj-11/login-server.vcxproj b/vcproj-11/login-server.vcxproj
index 5335f14a6..44b5d6381 100644
--- a/vcproj-11/login-server.vcxproj
+++ b/vcproj-11/login-server.vcxproj
@@ -153,12 +153,12 @@
<ClInclude Include="..\src\common\cbasetypes.h" />
<ClInclude Include="..\src\common\conf.h" />
<ClInclude Include="..\src\common\core.h" />
- <ClInclude Include="..\src\common\console.h" />
+ <ClInclude Include="..\src\common\console.h" />
<ClInclude Include="..\src\common\db.h" />
<ClInclude Include="..\src\common\ers.h" />
<ClInclude Include="..\src\common\HPM.h" />
<ClInclude Include="..\src\common\HPMi.h" />
- <ClInclude Include="..\src\common\malloc.h" />
+ <ClInclude Include="..\src\common\memmgr.h" />
<ClInclude Include="..\src\common\md5calc.h" />
<ClInclude Include="..\src\common\mmo.h" />
<ClInclude Include="..\src\common\nullpo.h" />
@@ -187,11 +187,11 @@
<ClCompile Include="..\src\login\loginlog_sql.c" />
<ClCompile Include="..\src\common\conf.c" />
<ClCompile Include="..\src\common\core.c" />
- <ClCompile Include="..\src\common\console.c" />
+ <ClCompile Include="..\src\common\console.c" />
<ClCompile Include="..\src\common\db.c" />
<ClCompile Include="..\src\common\ers.c" />
<ClCompile Include="..\src\common\HPM.c" />
- <ClCompile Include="..\src\common\malloc.c" />
+ <ClCompile Include="..\src\common\memmgr.c" />
<ClCompile Include="..\src\common\md5calc.c" />
<ClCompile Include="..\src\common\nullpo.c" />
<ClCompile Include="..\src\common\random.c" />