mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[KERNEL32]: Don't know how to fix this without breaking the synch... but this should fix CMAKE.
svn path=/trunk/; revision=52763
This commit is contained in:
@@ -483,7 +483,7 @@ LONG WINAPI LZCopy( HFILE src, HFILE dest )
|
||||
|
||||
/* not compressed? just copy */
|
||||
if (!IS_LZ_HANDLE(src))
|
||||
xread=_lread;
|
||||
xread=(_readfun)_hread; // ROSHACK
|
||||
else
|
||||
xread=(_readfun)LZRead;
|
||||
len=0;
|
||||
|
||||
Reference in New Issue
Block a user