mmsystem.h: remove unneeded ; from DECL_WINELIB_TYPE_AW

Markus Amsler markus.amsler at oribi.org
Fri Dec 9 06:21:31 CST 2005


This makes gcc -pedantic a little happier.

Changelog:
  Markus Amsler <markus.amsler at oribi.org>
  Remove unneeded ; from DECL_WINELIB_TYPE_AW.

-------------- next part --------------
Index: include/mmsystem.h
===================================================================
RCS file: /home/wine/wine/include/mmsystem.h,v
retrieving revision 1.81
diff -u -r1.81 mmsystem.h
--- include/mmsystem.h	16 Sep 2005 19:40:27 -0000	1.81
+++ include/mmsystem.h	9 Dec 2005 12:18:24 -0000
@@ -2045,8 +2045,8 @@
     LPCWSTR     lpstrSoundName;
 } MCI_SOUND_PARMSW, *LPMCI_SOUND_PARMSW;
 
-DECL_WINELIB_TYPE_AW(MCI_SOUND_PARMS);
-DECL_WINELIB_TYPE_AW(LPMCI_SOUND_PARMS);
+DECL_WINELIB_TYPE_AW(MCI_SOUND_PARMS)
+DECL_WINELIB_TYPE_AW(LPMCI_SOUND_PARMS)
 
 typedef struct tagMCI_SAVE_PARMSA {
     DWORD_PTR dwCallback;
@@ -2058,8 +2058,8 @@
     LPCWSTR  lpfilename;
 } MCI_SAVE_PARMSW, *LPMCI_SAVE_PARMSW;
 
-DECL_WINELIB_TYPE_AW(MCI_SAVE_PARMS);
-DECL_WINELIB_TYPE_AW(LPMCI_SAVE_PARMS);
+DECL_WINELIB_TYPE_AW(MCI_SAVE_PARMS)
+DECL_WINELIB_TYPE_AW(LPMCI_SAVE_PARMS)
 
 typedef struct tagMCI_LOAD_PARMSA {
        DWORD_PTR dwCallback;


More information about the wine-patches mailing list