[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:
Alex Ionescu 2011-07-21 17:28:21 +00:00
parent 1d0de632fd
commit cb35516e05

View file

@ -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;