mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
return timer id for windowed timers also
svn path=/trunk/; revision=17245
This commit is contained in:
parent
ac5643191a
commit
22ad71c0a6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue