mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
include: Remove extra semicolons after a macro that doesn't need them.
This commit is contained in:
parent
33410f8f40
commit
c6dbea01d6
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue