mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
include: Remove a semicolon from a DECL_WINELIB_TYPE_AW use.
This commit is contained in:
parent
332733a43b
commit
3ead12bb84
@ -396,7 +396,7 @@ typedef const GUID *LPCGUID;
|
||||
|
||||
typedef BOOL (CALLBACK *LPDSENUMCALLBACKW)(LPGUID,LPCWSTR,LPCWSTR,LPVOID);
|
||||
typedef BOOL (CALLBACK *LPDSENUMCALLBACKA)(LPGUID,LPCSTR,LPCSTR,LPVOID);
|
||||
DECL_WINELIB_TYPE_AW(LPDSENUMCALLBACK);
|
||||
DECL_WINELIB_TYPE_AW(LPDSENUMCALLBACK)
|
||||
|
||||
extern HRESULT WINAPI DirectSoundCreate(LPCGUID lpGUID,LPDIRECTSOUND *ppDS,LPUNKNOWN pUnkOuter);
|
||||
extern HRESULT WINAPI DirectSoundEnumerateA(LPDSENUMCALLBACKA, LPVOID);
|
||||
|
Loading…
Reference in New Issue
Block a user