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;