[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-patches
Subject:    include: remove extra semicolons after a macro that doesn't need them
From:       Dan Kegel <dank () kegel ! com>
Date:       2010-12-31 4:54:00
Message-ID: AANLkTinxm7ieKP2jvYZsVadu0JpP42HfM2seg69492W7 () mail ! gmail ! com
[Download RAW message or body]

Fixes the gcc -pedantic warnings
../../include/winuser.h:2137: warning: ISO C does not allow extra ';'
outside of a function
../../include/winuser.h:2138: warning: ISO C does not allow extra ';'
outside of a function

["fix.patch" (application/octet-stream)]

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
 {




[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic