Re: [8/9] setupapi: Only extract the first MSZIP cabinet file in SetupDecompressOrExtractFile.
15 Jun
2010
15 Jun
'10
1:25 p.m.
Andrew Nguyen <anguyen(a)codeweavers.com> 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 julliard(a)winehq.org
5664
Age (days ago)
5664
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard