diff options
Diffstat (limited to 'winsup/w32api/include/mmsystem.h')
-rw-r--r-- | winsup/w32api/include/mmsystem.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/w32api/include/mmsystem.h b/winsup/w32api/include/mmsystem.h index 81ff96ace..15ed4c01f 100644 --- a/winsup/w32api/include/mmsystem.h +++ b/winsup/w32api/include/mmsystem.h @@ -382,6 +382,9 @@ extern "C" { #define TIME_CALLBACK_FUNCTION 0 #define TIME_CALLBACK_EVENT_SET 16 #define TIME_CALLBACK_EVENT_PULSE 32 +#if (WINVER >= 0x0501) +#define TIME_KILL_SYNCHRONOUS 0x0100 +#endif #define JOYERR_NOERROR (0) #define JOYERR_PARMS (JOYERR_BASE+5) #define JOYERR_NOCANDO (JOYERR_BASE+6) |