commit | 8afe6628f8c5dced54a2b7e8325abb9d274edf07 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Jul 26 20:12:22 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jul 26 20:12:22 2001 +0000 |
tree | 681798bda03788d1ecc407797dd9b71bdebc01a1 | |
parent | 188b32b73faf78bdb27ee28d332177f4df5b0fd9 [diff] [blame] |
Avoid using GetFastQueue16 from USER.
diff --git a/windows/timer.c b/windows/timer.c index 47b3a67..9163dff 100644 --- a/windows/timer.c +++ b/windows/timer.c
@@ -160,7 +160,7 @@ /* Add the timer */ pTimer->hwnd = hwnd; - pTimer->hq = GetFastQueue16(); + pTimer->hq = InitThreadInput16( 0, 0 ); pTimer->msg = sys ? WM_SYSTIMER : WM_TIMER; pTimer->id = id; pTimer->timeout = timeout;