Add TIME_KILL_SYNCHRONOUS

Francois Gouget fgouget at free.fr
Thu Jan 2 21:07:53 CST 2003


Changelog:

 * include/mmsystem.h
   Add TIME_KILL_SYNCHRONOUS


Index: include/mmsystem.h
===================================================================
RCS file: /home/wine/wine/include/mmsystem.h,v
retrieving revision 1.60
diff -u -r1.60 mmsystem.h
--- include/mmsystem.h	15 Dec 2002 02:59:50 -0000	1.60
+++ include/mmsystem.h	2 Jan 2003 23:59:48 -0000
@@ -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;


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                            $live{free} || die "";




More information about the wine-patches mailing list