include: Remove a semicolon from a DECL_WINELIB_TYPE_AW use

Dmitry Timoshkov dmitry at codeweavers.com
Tue Jun 24 08:09:48 CDT 2008


Hello,

Changelog:
    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);
-- 
1.5.5.4






More information about the wine-patches mailing list