http://bugs.winehq.org/show_bug.cgi?id=4527
Summary: port.h ISO errors Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: jjk3@msstate.edu
libs/port/interlocked.c fails when compiled with strict C90 compliance.
The problem is an extra semicolon after the __ASM_GLOBAL_FUNC macro definition in include/wine/port.h.