[PATCH v2 1/6] user.exe: Implement SetSystemTimer() using SetTimer().

Zebediah Figura zfigura at codeweavers.com
Wed Apr 20 15:25:04 CDT 2022


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 Figura<zfigura at 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...



More information about the wine-devel mailing list