Commit 63d228a1 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Added TIME_KILL_SYNCHRONOUS.

parent 126c6558
......@@ -731,6 +731,7 @@ typedef void (CALLBACK *LPTIMECALLBACK)(UINT uTimerID, UINT uMessage, DWORD dwUs
#define TIME_CALLBACK_FUNCTION 0x0000 /* callback is function */
#define TIME_CALLBACK_EVENT_SET 0x0010 /* callback is event - use SetEvent */
#define TIME_CALLBACK_EVENT_PULSE 0x0020 /* callback is event - use PulseEvent */
#define TIME_KILL_SYNCHRONOUS 0x0100
typedef struct {
UINT wPeriodMin;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment