Alexandre Julliard pushed to branch master at wine / wine Commits: ce0bd9d0 by Zhiyi Zhang at 2024-10-22T18:06:57+02:00 include: Add Windows.Foundation.PropertyValue runtime class. - - - - - 11be0f5d by Zhiyi Zhang at 2024-10-22T18:06:57+02:00 wintypes: Use DEFINE_IINSPECTABLE. The DEFINE_IINSPECTABLE macro is defined in a private .idl file because there are later patches that need a private COM interface. So store them all in a .idl file for simplicity. - - - - - e62d6784 by Zhiyi Zhang at 2024-10-22T18:06:57+02:00 wintypes: Add IPropertyValueStatics stub. - - - - - bbb92575 by Zhiyi Zhang at 2024-10-22T18:06:57+02:00 wintypes: Support IPropertyValue primitive objects. - - - - - 690e7a39 by Zhiyi Zhang at 2024-10-22T18:06:57+02:00 wintypes: Support IPropertyValue primitive array objects. - - - - - c594799c by Zhiyi Zhang at 2024-10-22T18:06:57+02:00 wintypes: Implement IReference<boolean>. - - - - - d7101526 by Zhiyi Zhang at 2024-10-22T18:06:57+02:00 wintypes: Implement IReference<HSTRING>. - - - - - d30a1a8e by Zhiyi Zhang at 2024-10-22T18:06:57+02:00 wintypes: Implement IReference<DOUBLE>. - - - - - c5a6a1f8 by Zhiyi Zhang at 2024-10-22T18:06:57+02:00 wintypes: Add IPropertyValueStatics tests. - - - - - 9 changed files: - dlls/wintypes/Makefile.in - dlls/wintypes/classes.idl - dlls/wintypes/main.c - dlls/wintypes/tests/Makefile.in - dlls/wintypes/tests/wintypes.c - + dlls/wintypes/tests/wintypes_test.idl - + dlls/wintypes/wintypes_private.idl - include/windows.foundation.idl - include/windows.foundation.metadata.idl View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/70826dbee7921a2c4f783bc6b4a9ca... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/70826dbee7921a2c4f783bc6b4a9ca... You're receiving this email because of your account on gitlab.winehq.org.