include: Remove extra semicolons after a macro that doesn't need them.
This commit is contained in:
parent
33410f8f40
commit
c6dbea01d6
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue