diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-17 20:12:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-19 21:12:24 +0300 |
commit | 54d1c8b93adbeee5838b8dadabeb789b9fa6c511 (patch) | |
tree | 498abe5bb90128e64f84a838f61aa18badd4346b /vcproj-12/char-server.vcxproj.filters | |
parent | b320fdc7451c8643971a8b17c84ec777f9d7ecdf (diff) | |
download | hercules-54d1c8b93adbeee5838b8dadabeb789b9fa6c511.tar.gz hercules-54d1c8b93adbeee5838b8dadabeb789b9fa6c511.tar.bz2 hercules-54d1c8b93adbeee5838b8dadabeb789b9fa6c511.tar.xz hercules-54d1c8b93adbeee5838b8dadabeb789b9fa6c511.zip |
rename malloc.c/h to memmgr.
Diffstat (limited to 'vcproj-12/char-server.vcxproj.filters')
-rw-r--r-- | vcproj-12/char-server.vcxproj.filters | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcproj-12/char-server.vcxproj.filters b/vcproj-12/char-server.vcxproj.filters index b3b9e49cd..2f232b2cc 100644 --- a/vcproj-12/char-server.vcxproj.filters +++ b/vcproj-12/char-server.vcxproj.filters @@ -19,7 +19,7 @@ <ClCompile Include="..\src\common\HPM.c"> <Filter>common</Filter> </ClCompile> - <ClCompile Include="..\src\common\malloc.c"> + <ClCompile Include="..\src\common\memmgr.c"> <Filter>common</Filter> </ClCompile> <ClCompile Include="..\src\common\mapindex.c"> @@ -153,7 +153,7 @@ <ClInclude Include="..\src\common\HPMi.h"> <Filter>common</Filter> </ClInclude> - <ClInclude Include="..\src\common\malloc.h"> + <ClInclude Include="..\src\common\memmgr.h"> <Filter>common</Filter> </ClInclude> <ClInclude Include="..\src\common\mapindex.h"> |