29 Nov
2010
29 Nov
'10
3:25 p.m.
Jacek Caban <jacek(a)codeweavers.com> writes:
@@ -419,6 +419,7 @@ extern HRESULT WINAPI GetDeviceID(LPCGUID lpGuidSrc, LPGUID lpGuidDest); /***************************************************************************** * IDirectSound interface */ +#undef INTERFACE #define INTERFACE IDirectSound DECLARE_INTERFACE_(IDirectSound,IUnknown)
The preferred pattern is to undefine it after use. If there are files that don't do this they should be fixed. -- Alexandre Julliard julliard(a)winehq.org