http://bugs.winehq.org/show_bug.cgi?id=10343
--- Comment #6 from jvlad dmda@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.