include: Remove extra semicolons after a macro that doesn't need them.

oldstable
Dan Kegel 2010-12-31 04:54:00 +00:00 committed by Alexandre Julliard
parent 33410f8f40
commit c6dbea01d6
1 changed files with 2 additions and 2 deletions

View File

@ -2134,8 +2134,8 @@ typedef struct _ICONINFOEXW
WCHAR szResName[MAX_PATH];
} ICONINFOEXW, *PICONINFOEXW;
DECL_WINELIB_TYPE_AW(ICONINFOEX);
DECL_WINELIB_TYPE_AW(PICONINFOEX);
DECL_WINELIB_TYPE_AW(ICONINFOEX)
DECL_WINELIB_TYPE_AW(PICONINFOEX)
typedef struct tagCURSORINFO
{