- Fix a bug

svn path=/trunk/; revision=37517
This commit is contained in:
Stefan Ginsberg 2008-11-21 15:23:27 +00:00
parent 2b96a6cb87
commit a736d55b01

View file

@ -26,6 +26,7 @@ DECLARE_INTERFACE_(IAMDirectSound,IUnknown)
STDMETHOD(SetFocusWindow)(THIS_ HWND, BOOL) PURE ;
STDMETHOD(GetFocusWindow)(THIS_ HWND *, BOOL*) PURE ;
};
#undef INTERFACE
#ifdef __cplusplus
}