Module: wine Branch: master Commit: c6dbea01d6b58a06d678984a4a3e24e074238abf URL: http://source.winehq.org/git/wine.git/?a=commit;h=c6dbea01d6b58a06d678984a4a...
Author: Dan Kegel dank@kegel.com Date: Fri Dec 31 04:54:00 2010 +0000
include: Remove extra semicolons after a macro that doesn't need them.
---
include/winuser.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/winuser.h b/include/winuser.h index 83c99cb..d95bfea 100644 --- a/include/winuser.h +++ b/include/winuser.h @@ -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 {