Commit 60519ea7 authored by Markus Amsler's avatar Markus Amsler Committed by Alexandre Julliard

Remove unneeded ; from DECL_WINELIB_TYPE_AW in mmsystem.h.

parent 3ba73f0f
......@@ -2045,8 +2045,8 @@ typedef struct tagMCI_SOUND_PARMSW {
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 @@ typedef struct tagMCI_SAVE_PARMSW {
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;
......
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