Commit c6dbea01 authored by Dan Kegel's avatar Dan Kegel Committed by Alexandre Julliard

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

parent 33410f8f
...@@ -2134,8 +2134,8 @@ typedef struct _ICONINFOEXW ...@@ -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
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment