return timer id for windowed timers also

svn path=/trunk/; revision=17245
This commit is contained in:
Gunnar Dalsnes 2005-08-09 16:15:52 +00:00
parent ac5643191a
commit 22ad71c0a6

View file

@ -101,7 +101,7 @@ IntSetTimer(HWND Wnd, UINT_PTR IDEvent, UINT Elapse, TIMERPROC TimerFunc, BOOL S
return 0;
}
IntReleaseWindowObject(WindowObject);
Ret = 1;
Ret = IDEvent;
}
#if 1