Zhiyi Zhang (@zhiyi) commented about dlls/wintypes/propertyset.c:
+#define WIDL_using_Windows_Foundation +#define WIDL_using_Windows_Foundation_Collections +#include "wintypes_private.h"
+WINE_DEFAULT_DEBUG_CHANNEL( wintypes );
+struct propertyset +{
- IPropertySet IPropertySet_iface;
- LONG ref;
+};
+static inline struct propertyset * +impl_from_IPropertySet( IPropertySet *iface )
Put this one the same line.