wrc: Allow quotes in resource nameID.

Alexandre Julliard julliard at winehq.org
Tue May 16 04:31:02 CDT 2017


Artur Świgoń <aswigon at aswigon.pl> writes:

> Nested quotes now work (excluding some exotic combinations that VS2017
> rc.exe accepts, allowing which, as it seems to me, would require a major rewrite
> instead of a patch). What characters besides both types of quotes should be
> additionally allowed?

Pretty much anything is allowed. The thing is that RC is apparently not
doing string processing, more like grabbing everything until the first
space or something like that. For instance, you can do this:

"!"#$%&'()*+,-./0123:;<=>?@ABC[\]^_`abc{|}~ DIALOG 10,10,100,100 STYLE 0x80000000 BEGIN END


-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list