Module: wine Branch: master Commit: 3ead12bb84b00d5f303cb66185fcc138dd2f6eb3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3ead12bb84b00d5f303cb66185...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Tue Jun 24 22:09:48 2008 +0900
include: Remove a semicolon from a DECL_WINELIB_TYPE_AW use.
---
include/dsound.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/dsound.h b/include/dsound.h index b14229e..e1bd668 100644 --- a/include/dsound.h +++ b/include/dsound.h @@ -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);