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

Alexandre Julliard julliard at winehq.org
Fri Dec 31 11:01:05 CST 2010


Module: wine
Branch: master
Commit: c6dbea01d6b58a06d678984a4a3e24e074238abf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c6dbea01d6b58a06d678984a4a3e24e074238abf

Author: Dan Kegel <dank at 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
 {




More information about the wine-cvs mailing list