1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-14 11:07:36 +01:00

Build: Disable encryption

This commit is contained in:
Amrsatrio 2024-07-31 21:08:20 +07:00
parent ab5862b863
commit c127c0573c
2 changed files with 2 additions and 2 deletions

View File

@ -471,7 +471,7 @@ unzFile LoadZipFileFromResources(MemoryBuffer** outMem)
rijndaelDecrypt(rk, nrounds, pRsrc + offset, pMem->base + offset); rijndaelDecrypt(rk, nrounds, pRsrc + offset, pMem->base + offset);
} }
#else #else
memcpy(mem->base, pRsrc, cbRsrc); memcpy(pMem->base, pRsrc, cbRsrc);
#endif #endif
zlib_filefunc64_def fileFunc = { 0 }; zlib_filefunc64_def fileFunc = { 0 };

View File

@ -389,4 +389,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>
</Project> </Project>