This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

mmsystem.h patch


As per

<http://www.winehq.com/hypermail/wine-patches/2003/01/0033.html>
and (slight difference)
<http://csislabs.palomar.edu/Student/dx81/DXSDK/samples/Multimedia/DirectSho
w/BaseClasses/readme.txt>
and thread
<http://www.aewnet.com/newsgroups/rnews.asp?newsid=105001&group=9>


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

	* include/mmsystem.h: Add TIME_KILL_SYNCHRONOUS.

 

Index: mmsystem.h
===================================================================
RCS file: /cvs/src/src/winsup/w32api/include/mmsystem.h,v
retrieving revision 1.4
diff -u -p -r1.4 mmsystem.h
--- mmsystem.h  27 Jan 2003 23:11:13 -0000      1.4
+++ mmsystem.h  17 Jul 2003 03:51:51 -0000
@@ -382,6 +382,7 @@ extern "C" {
 #define TIME_CALLBACK_FUNCTION 0
 #define TIME_CALLBACK_EVENT_SET 16
 #define TIME_CALLBACK_EVENT_PULSE 32
+#define TIME_KILL_SYNCHRONOUS 0x0100
 #define JOYERR_NOERROR (0)
 #define JOYERR_PARMS (JOYERR_BASE+5)
 #define JOYERR_NOCANDO (JOYERR_BASE+6)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]