Alexandre Julliard pushed to branch master at wine / wine
Commits: ceefcf74 by Zhiyi Zhang at 2025-08-29T11:25:35+02:00 user32/tests: Add more SendMessageCallbackA/W() tests with NULL callback.
The tests are mainly to show that SendMessageCallbackA/W() with NULL callback pointer and callback data being 1 causes the message to be posted to the window, even when the window is created in the same thread.
- - - - - 61e4d97a by Zhiyi Zhang at 2025-08-29T11:25:35+02:00 win32u: Put the message in the queue when the callback pointer is NULL and the callback data is 1.
This is an undocumented behavior needed by React Native apps, based on Nikolay's findings.
- - - - -
2 changed files:
- dlls/user32/tests/msg.c - dlls/win32u/message.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/365d1432cb238f4ba2a6e5247803f5...