6 Nov
2024
6 Nov
'24
10:11 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/wintypes/tests/propertyset.c:
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#define COBJMACROS +#include "winstring.h" +#include "roapi.h" +#include "ole2.h" + +#define WIDL_using_Windows_Foundation +#define WIDL_using_Windows_Foundation_Collections +#include "windows.foundation.h" +#include "wintypes_test.h" + +#include "wine/test.h" + +static const WCHAR *class_name = RuntimeClass_Windows_Foundation_Collections_PropertySet; Let's keep these inside the test_IPropertySet()
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6766#note_86747