diff options
Diffstat (limited to 'vcproj-14/char-server.vcxproj')
-rw-r--r-- | vcproj-14/char-server.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcproj-14/char-server.vcxproj b/vcproj-14/char-server.vcxproj index 565b99ce6..dd3f53526 100644 --- a/vcproj-14/char-server.vcxproj +++ b/vcproj-14/char-server.vcxproj @@ -146,7 +146,7 @@ <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\mapindex.h" /> <ClInclude Include="..\src\common\mmo.h" /> <ClInclude Include="..\src\common\mutex.h" /> @@ -192,7 +192,7 @@ <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\mapindex.c" /> <ClCompile Include="..\src\common\mutex.c" /> <ClCompile Include="..\src\common\nullpo.c" /> |