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];
|
WCHAR szResName[MAX_PATH];
|
||||||
} ICONINFOEXW, *PICONINFOEXW;
|
} ICONINFOEXW, *PICONINFOEXW;
|
||||||
|
|
||||||
DECL_WINELIB_TYPE_AW(ICONINFOEX);
|
DECL_WINELIB_TYPE_AW(ICONINFOEX)
|
||||||
DECL_WINELIB_TYPE_AW(PICONINFOEX);
|
DECL_WINELIB_TYPE_AW(PICONINFOEX)
|
||||||
|
|
||||||
typedef struct tagCURSORINFO
|
typedef struct tagCURSORINFO
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user