extrac32: Use own parser for command line.

Sergey Guralnik serhio at etersoft.ru
Tue Apr 9 06:38:43 CDT 2013


Alexandre Julliard writes:

>> There are two ways to solve this promlem:
>> - write own parser for extrac32,
>> - perform some translation for command line before
>>   passing to CommandLineToArgvW().
>>
>> I think that second variant is more appropriate.
>
> The first one would be cleaner.

Proposed patch parses command line by itself and
avoids using CommandLineToArgvW().

---
  programs/extrac32/extrac32.c |  101 
+++++++++++++++++++++++++++++++++++++++++-
  1 files changed, 99 insertions(+), 2 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-extrac32-Use-own-parser-for-command-line.txt
Type: text/x-c
Size: 4110 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130409/46adc442/attachment.bin>


More information about the wine-patches mailing list