http://bugs.winehq.org/show_bug.cgi?id=20432
Summary: Adapt WRC to recent GCC changes Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: tools AssignedTo: wine-bugs@winehq.org ReportedBy: d.g.gorbachev@gmail.com
Created an attachment (id=24252) --> (http://bugs.winehq.org/attachment.cgi?id=24252) Possible solution
WRC does not join parts of a string together.
For instance:
STRINGTABLE BEGIN 1001, "hello," "world" END
When compiling it, WRC gives `Error: syntax error'. (Windres accepts it.)
Look, for example, at dlls/shell32/shell32_*.rc, and read a discussion in PR 41748 at GCC Bugzilla, to see why this can be needed.