在 2021-08-05 13:07, Biswapriyo Nath 写道:
@@ -1153,7 +1159,6 @@ DECLARE_INTERFACE_(IDirectSound3DListener,IUnknown) #define IDirectSound3DListener_SetVelocity(p,a,b,c,d) (p)->SetVelocity(a,b,c,d) #define IDirectSound3DListener_CommitDeferredSettings(p) (p)->CommitDeferredSettings() #endif -#define IDirectSound3DListener8 IDirectSound3DListener/****************************************************************************** IDirectSound3DBuffer interface @@ -1251,13 +1256,13 @@ DECLARE_INTERFACE_(IDirectSound3DBuffer,IUnknown) #define IDirectSound3DBuffer_SetPosition(p,a,b,c,d) (p)->SetPosition(a,b,c,d) #define IDirectSound3DBuffer_SetVelocity(p,a,b,c,d) (p)->SetVelocity(a,b,c,d) #endif -#define IDirectSound3DBuffer8 IDirectSound3DBuffer
Are there any reasons for removal of these macros? I don't see them be defined elsewhere.However, as you had mentioned 811e4129c1a05c9df84e01ba251f6b5b515f38a6 in wine, I had a look at it too. That commit doesn't contain these two removals. Is this differentiation intentional?
-- Best regards, LIU Hao
OpenPGP_signature
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
