Alexandre Julliard pushed to branch master at wine / wine
Commits: 1ec7e07e by Rémi Bernon at 2025-05-13T23:35:02+02:00 windows.gaming.input: Move async impl interfaces to a dedicated IDL.
- - - - - 82771d33 by Rémi Bernon at 2025-05-13T23:35:02+02:00 windows.media.speech: Sync async impl with windows.gaming.input.
- - - - - 9b9f396e by Rémi Bernon at 2025-05-13T23:35:02+02:00 cryptowinrt: Sync async impl with windows.gaming.input.
- - - - - a83bf0ed by Rémi Bernon at 2025-05-13T23:35:02+02:00 windows.devices.enumeration: Sync async impl with windows.gaming.input.
- - - - - 83de512f by Rémi Bernon at 2025-05-13T23:35:02+02:00 windows.security.credentials.ui.userconsentverifier: Sync async impl with windows.gaming.input.
- - - - -
28 changed files:
- dlls/cryptowinrt/Makefile.in - dlls/cryptowinrt/async.c - dlls/windows.devices.enumeration/async.idl → dlls/cryptowinrt/async_private.idl - dlls/cryptowinrt/credentials.c - dlls/cryptowinrt/private.h - dlls/windows.devices.enumeration/Makefile.in - dlls/windows.devices.enumeration/async.c - dlls/cryptowinrt/provider.idl → dlls/windows.devices.enumeration/async_private.idl - dlls/windows.devices.enumeration/main.c - dlls/windows.devices.enumeration/private.h - dlls/windows.gaming.input/Makefile.in - dlls/windows.gaming.input/async.c - dlls/windows.security.credentials.ui.userconsentverifier/provider.idl → dlls/windows.gaming.input/async_private.idl - dlls/windows.gaming.input/force_feedback.c - dlls/windows.gaming.input/private.h - dlls/windows.gaming.input/provider.idl - dlls/windows.media.speech/Makefile.in - dlls/windows.media.speech/async.c - + dlls/windows.media.speech/async_private.idl - dlls/windows.media.speech/private.h - dlls/windows.media.speech/recognizer.c - dlls/windows.media.speech/synthesizer.c - dlls/windows.media.speech/tests/speech.c - dlls/windows.security.credentials.ui.userconsentverifier/Makefile.in - dlls/windows.security.credentials.ui.userconsentverifier/async.c - + dlls/windows.security.credentials.ui.userconsentverifier/async_private.idl - dlls/windows.security.credentials.ui.userconsentverifier/main.c - dlls/windows.security.credentials.ui.userconsentverifier/private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a9ad9199453e2c3e035508fac7ecef...