mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-23 23:21:08 +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 };
|
||||
|
Loading…
Reference in New Issue
Block a user