Author: ion Date: Thu Jul 21 17:28:21 2011 New Revision: 52763
URL: http://svn.reactos.org/svn/reactos?rev=52763&view=rev Log: [KERNEL32]: Don't know how to fix this without breaking the synch... but this should fix CMAKE.
Modified: trunk/reactos/dll/win32/kernel32/client/misc/lzexpand.c
Modified: trunk/reactos/dll/win32/kernel32/client/misc/lzexpand.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/m... ============================================================================== --- trunk/reactos/dll/win32/kernel32/client/misc/lzexpand.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/kernel32/client/misc/lzexpand.c [iso-8859-1] Thu Jul 21 17:28:21 2011 @@ -483,7 +483,7 @@
/* not compressed? just copy */ if (!IS_LZ_HANDLE(src)) - xread=_lread; + xread=(_readfun)_hread; // ROSHACK else xread=(_readfun)LZRead; len=0;