http://bugs.winehq.org/show_bug.cgi?id=16024
Summary: typos in include/shlwapi.h Product: Wine Version: 1.1.4 Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: shlwapi AssignedTo: wine-bugs@winehq.org ReportedBy: jsolomon@tableausoftware.com
In include/shlwapi.h, there are typos with the macro WINELIB_NAME_AW()
On line 342 the macro is incorrectly written as:
WINELIB_NANE_AW(...
and on lines 669, 675, 679, and 701 it is written as:
WINELIB_AW_NAME(...
Fixing in my own distro was pretty simple but I don't want to have to do that for every release.
Thanks,
Jeff