From ecd350c3ff214bc731f03d30ba743deaf7db82b4 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 4 Mar 2015 11:40:12 +0900 Subject: [PATCH] include: Avoid IKsPropertySet forward type redefinition. --- include/dsound.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dsound.h b/include/dsound.h index c7a2bd51e8d..fa23e86a02e 100644 --- a/include/dsound.h +++ b/include/dsound.h @@ -1138,6 +1138,7 @@ DECLARE_INTERFACE_(IDirectSound3DBuffer,IUnknown) */ #ifndef _IKsPropertySet_ #define _IKsPropertySet_ +#define __IKsPropertySet_FWD_DEFINED__ typedef struct IKsPropertySet *LPKSPROPERTYSET; -- 2.11.4.GIT