http://bugs.winehq.org/show_bug.cgi?id=7833
focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|MS Money 2006 trial aborts |MS Money 2006 trial aborts |on startup, as it calls the |on startup, as it calls the |unimplemented function |unimplemented function |shlwapi.dll.SHSetTimerQueueT|shlwapi.dll.SHSetTimerQueueT |imer |imer
------- Additional Comments From focht@gmx.net 2007-17-05 04:17 ------- Hello,
well i implemented the missing stub but only to notice there is no timer queue support in wine yet *argh* Are there any plans on timer queue api (ntdll/kernel32)? The NT kernel32 timer queue API exports are just thin wrappers which forward to ntdll RtlXXX timer queue api (plus additonal error checking).
Regards