Andrew Nguyen <[email protected]> writes: > @@ -1458,24 +1458,25 @@ static DWORD decompress_file_lz( LPCWSTR source, > LPCWSTR target ) > > static UINT CALLBACK decompress_or_copy_callback( PVOID context, UINT > notification, UINT_PTR param1, UINT_PTR param2 ) > { > + static int has_extracted; > +
This is not reentrant. Also you need to point out which bugs these patches are fixing that justifies putting them in during code freeze. -- Alexandre Julliard [email protected]
