http://bugs.winehq.org/show_bug.cgi?id=16914
Summary: wrc chokes on a file which is accepted by windows rc Product: Wine Version: 1.0.0 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: ilya.sandler@gmail.com
wrc chokes on this file
#include <windows.h>
Chem Menu { POPUP "&Elements", { MENUITEM "&Oxygen", 200 MENUITEM "&Carbon", 201 } }
cheetah:~/comp> wrc wrcbug.rc wrcbug.rc:5:2: Error: syntax error
this is on ubuntu with 1.0.0-1ubuntu4~hardy1,
the problem is apparently caused by an extra comma after "&Elements" ( which is however accepted by window's rc)