2003-07-17 Pierre Humblet <pierre.humblet@ieee.org>

* include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
This commit is contained in:
Danny Smith 2003-07-17 08:23:06 +00:00
parent fc2843ca96
commit a817d5a835
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-07-17 Pierre Humblet <pierre.humblet@ieee.org>
* include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
2003-07-17 Danny Smith <dannysmith@users.sourceforge.net> 2003-07-17 Danny Smith <dannysmith@users.sourceforge.net>
Clean up warnings in ddk. Clean up warnings in ddk.

View File

@ -382,6 +382,9 @@ extern "C" {
#define TIME_CALLBACK_FUNCTION 0 #define TIME_CALLBACK_FUNCTION 0
#define TIME_CALLBACK_EVENT_SET 16 #define TIME_CALLBACK_EVENT_SET 16
#define TIME_CALLBACK_EVENT_PULSE 32 #define TIME_CALLBACK_EVENT_PULSE 32
#if (WINVER >= 0x0501)
#define TIME_KILL_SYNCHRONOUS 0x0100
#endif
#define JOYERR_NOERROR (0) #define JOYERR_NOERROR (0)
#define JOYERR_PARMS (JOYERR_BASE+5) #define JOYERR_PARMS (JOYERR_BASE+5)
#define JOYERR_NOCANDO (JOYERR_BASE+6) #define JOYERR_NOCANDO (JOYERR_BASE+6)