mmsystem.h: add defines

Lauri Tulmin lauri_ at ut.ee
Tue Feb 1 15:36:02 CST 2005


add DIBINDEX macro (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/colors_4nco.asp)
and some more defines from mingw (http://cvs.sourceforge.net/viewcvs.py/mingw/w32api/include/mmsystem.h?rev=1.4&view=markup)
-------------- next part --------------
Index: include/mmsystem.h
===================================================================
RCS file: /home/wine/wine/include/mmsystem.h,v
retrieving revision 1.76
diff -u -p -r1.76 mmsystem.h
--- include/mmsystem.h	8 Dec 2004 13:57:55 -0000	1.76
+++ include/mmsystem.h	1 Feb 2005 20:30:45 -0000
@@ -2455,6 +2455,18 @@ typedef struct tagMCI_OVLY_LOAD_PARMSW {
 DECL_WINELIB_TYPE_AW(MCI_OVLY_LOAD_PARMS)
 DECL_WINELIB_TYPE_AW(LPMCI_OVLY_LOAD_PARMS)
 
+#ifndef NEWTRANSPARENT
+#define NEWTRANSPARENT 3
+#define QUERYROPSUPPORT 40
+#endif
+
+#define SELECTDIB 41
+#define DIBINDEX(n) MAKELONG((n),0x10FF)
+
+#ifndef SC_SCREENSAVE
+#define SC_SCREENSAVE 0xF140
+#endif
+
 #include <poppack.h>
 
 #ifdef __cplusplus


More information about the wine-patches mailing list