diff options
Diffstat (limited to 'vcproj-14/map-server.vcxproj')
-rw-r--r-- | vcproj-14/map-server.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcproj-14/map-server.vcxproj b/vcproj-14/map-server.vcxproj index 264bd2365..425c864f6 100644 --- a/vcproj-14/map-server.vcxproj +++ b/vcproj-14/map-server.vcxproj @@ -146,7 +146,7 @@ <ClInclude Include="..\src\common\grfio.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\md5calc.h" /> <ClInclude Include="..\src\common\mmo.h" /> @@ -224,7 +224,7 @@ <ClCompile Include="..\src\common\ers.c" /> <ClCompile Include="..\src\common\grfio.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\md5calc.c" /> <ClCompile Include="..\src\common\mutex.c" /> |