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(a)winehq.org ReportedBy: ilya.sandler(a)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) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.