summaryrefslogtreecommitdiff
path: root/vcproj-12/map-server.vcxproj
diff options
context:
space:
mode:
authorHaruna <haru@dotalux.com>2015-10-19 20:23:22 +0200
committerHaruna <haru@dotalux.com>2015-10-19 20:23:22 +0200
commitcffb68c6ee66227327e128f86cde8aa843e273d6 (patch)
tree3a8fb83f5c01ff26fa2efb53377f4255d093b00b /vcproj-12/map-server.vcxproj
parentb320fdc7451c8643971a8b17c84ec777f9d7ecdf (diff)
parente625d7f186f104316031a39438bf644c67b1f4c4 (diff)
downloadhercules-cffb68c6ee66227327e128f86cde8aa843e273d6.tar.gz
hercules-cffb68c6ee66227327e128f86cde8aa843e273d6.tar.bz2
hercules-cffb68c6ee66227327e128f86cde8aa843e273d6.tar.xz
hercules-cffb68c6ee66227327e128f86cde8aa843e273d6.zip
Merge pull request #804 from 4144/memmanager
Fix reallocating memory without memory manager.
Diffstat (limited to 'vcproj-12/map-server.vcxproj')
-rw-r--r--vcproj-12/map-server.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcproj-12/map-server.vcxproj b/vcproj-12/map-server.vcxproj
index b08c43cf7..3d8d53f9d 100644
--- a/vcproj-12/map-server.vcxproj
+++ b/vcproj-12/map-server.vcxproj
@@ -148,7 +148,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" />
@@ -226,7 +226,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" />