[Bug 10343] SetTimer won't wait for specified time

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Nov 12 12:42:40 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=10343





--- Comment #6 from jvlad <dmda at yandex.ru>  2007-11-12 12:42:39 ---

#define MY_ID 1000
#define TIMEOUT 6000

...

hTimer = SetTimer(0, MY_ID, TIMEOUT, NULL);
assert(hTimer > 0x7000);

if you're not satisfied with test case above, please read my notes one more
time and proceed appropriately. I have quite nothing to add.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list