commit | 63d228a1e22e659513feac086feb299c7aa45b12 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Fri Jan 03 22:32:14 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Jan 03 22:32:14 2003 +0000 |
tree | fd320439c3320cb59f0e4d765eeaef46576119c2 | |
parent | 126c65581977238a03d2683d4097184a021b2d07 [diff] [blame] |
Added TIME_KILL_SYNCHRONOUS.
diff --git a/include/mmsystem.h b/include/mmsystem.h index 2f5bad4..9324b5b 100644 --- a/include/mmsystem.h +++ b/include/mmsystem.h
@@ -731,6 +731,7 @@ #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;