aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2003-07-17 08:23:06 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2003-07-17 08:23:06 +0000
commita817d5a8352469b8dd668ae5fbf36a53b42cb845 (patch)
tree68ad88061aed695a42b2165865fd9393ae258ba2 /winsup
parentfc2843ca96e24d35606412bb142c7095471da7b2 (diff)
downloadnewlib-a817d5a8352469b8dd668ae5fbf36a53b42cb845.zip
newlib-a817d5a8352469b8dd668ae5fbf36a53b42cb845.tar.gz
newlib-a817d5a8352469b8dd668ae5fbf36a53b42cb845.tar.bz2
2003-07-17 Pierre Humblet <pierre.humblet@ieee.org>
* include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/mmsystem.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index c923ec3..acbdbca 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -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>
Clean up warnings in ddk.
diff --git a/winsup/w32api/include/mmsystem.h b/winsup/w32api/include/mmsystem.h
index 81ff96a..15ed4c0 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)