Remove unneeded ; from DECL_WINELIB_TYPE_AW in mmsystem.h.
This commit is contained in:
parent
3ba73f0ff6
commit
60519ea7af
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue