mirror of
https://github.com/reactos/reactos.git
synced 2025-04-14 01:22:04 +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:
parent
1d0de632fd
commit
cb35516e05
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue