mmreg.h WAVE_FORMAT_EXTENSIBLE patch

Robert Reif reif at earthlink.net
Fri Aug 13 10:52:06 CDT 2004


Add WAVE_FORMAT_EXTENSIBLE.
-------------- next part --------------
Index: include/mmreg.h
===================================================================
RCS file: /home/wine/wine/include/mmreg.h,v
retrieving revision 1.14
diff -u -r1.14 mmreg.h
--- include/mmreg.h	11 Aug 2004 19:35:34 -0000	1.14
+++ include/mmreg.h	13 Aug 2004 15:47:32 -0000
@@ -114,6 +114,10 @@
 #define  WAVE_FORMAT_OLISBC			0x1003	/*  Ing C. Olivetti & C., S.p.A.  */
 #define  WAVE_FORMAT_OLIOPR			0x1004	/*  Ing C. Olivetti & C., S.p.A.  */
 
+#if !defined(WAVE_FORMAT_EXTENSIBLE)
+#define  WAVE_FORMAT_EXTENSIBLE			0xFFFE  /* Microsoft */
+#endif
+
 #define WAVE_FORMAT_DEVELOPMENT         	(0xFFFF)
 
 typedef struct adpcmcoef_tag {


More information about the wine-patches mailing list