mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-13 18:50:46 +01:00
Build: Disable encryption
This commit is contained in:
parent
ab5862b863
commit
c127c0573c
@ -471,7 +471,7 @@ unzFile LoadZipFileFromResources(MemoryBuffer** outMem)
|
||||
rijndaelDecrypt(rk, nrounds, pRsrc + offset, pMem->base + offset);
|
||||
}
|
||||
#else
|
||||
memcpy(mem->base, pRsrc, cbRsrc);
|
||||
memcpy(pMem->base, pRsrc, cbRsrc);
|
||||
#endif
|
||||
|
||||
zlib_filefunc64_def fileFunc = { 0 };
|
||||
|
@ -389,4 +389,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
Loading…
Reference in New Issue
Block a user