On 4/18/22 07:33, Jacek Caban wrote:
Hi Zebediah,
On 4/15/22 20:28, Zebediah Figura wrote:
Avoid using SetSystemTimer() to specify a callback; it does not support one.
Signed-off-by: Zebediah Figurazfigura@codeweavers.com
dlls/user.exe16/message.c | 4 ++++ dlls/user.exe16/user_private.h | 2 ++ dlls/user.exe16/window.c | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-)
This doesn't seem to work. I tested it with Pipe Dream and with the patch, it's impossible to close dialogs (like high scores, about).
Thanks, it was a simple error.
Clearly this is another sign that I need to pick up my win16 conformance test work off the floor again...