Alexandre Julliard : include: Avoid IKsPropertySet forward type redefinition.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Mar 4 09:22:16 CST 2015


Module: wine
Branch: master
Commit: ecd350c3ff214bc731f03d30ba743deaf7db82b4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ecd350c3ff214bc731f03d30ba743deaf7db82b4

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Mar  4 11:40:12 2015 +0900

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 c7a2bd5..fa23e86 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;
 




More information about the wine-cvs mailing list