resolved some compiling problems

This commit is contained in:
Mr. eXoDia 2014-03-12 09:47:49 +01:00
parent c5e260d7d7
commit cf37f2a9e9
3 changed files with 4 additions and 2 deletions

View File

@ -704,7 +704,6 @@ __declspec(dllexport) bool TITCALL StaticRawMemoryCopyEx64W(HANDLE hFile, DWORD6
} }
} }
EngineCloseHandle(hReadFile); EngineCloseHandle(hReadFile);
}
return false; return false;
} }
__declspec(dllexport) bool TITCALL StaticHashMemory(void* MemoryToHash, DWORD SizeOfMemory, void* HashDigest, bool OutputString, int Algorithm) __declspec(dllexport) bool TITCALL StaticHashMemory(void* MemoryToHash, DWORD SizeOfMemory, void* HashDigest, bool OutputString, int Algorithm)

View File

@ -207,6 +207,9 @@
<ClCompile Include="Global.Engine.Importer.cpp"> <ClCompile Include="Global.Engine.Importer.cpp">
<Filter>Source Files\TitanEngine</Filter> <Filter>Source Files\TitanEngine</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="Global.Helper.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="resource.h"> <ClInclude Include="resource.h">