From a736d55b01d11076fd27589b78ee2db189788885 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Fri, 21 Nov 2008 15:23:27 +0000 Subject: [PATCH] - Fix a bug svn path=/trunk/; revision=37517 --- reactos/include/dxsdk/amaudio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/include/dxsdk/amaudio.h b/reactos/include/dxsdk/amaudio.h index 242b444c7bb..4390424705a 100644 --- a/reactos/include/dxsdk/amaudio.h +++ b/reactos/include/dxsdk/amaudio.h @@ -26,6 +26,7 @@ DECLARE_INTERFACE_(IAMDirectSound,IUnknown) STDMETHOD(SetFocusWindow)(THIS_ HWND, BOOL) PURE ; STDMETHOD(GetFocusWindow)(THIS_ HWND *, BOOL*) PURE ; }; +#undef INTERFACE #ifdef __cplusplus }