Question: some constants in this file are only set if WIN_VER has some values. Should we honor the same thing, or do we leave them always defined? Changelog: Define some additionnal constants in mmsystem.h. Vincent
Index: wine/include/mmsystem.h =================================================================== RCS file: /home/wine/wine/include/mmsystem.h,v retrieving revision 1.62 diff -u -r1.62 mmsystem.h --- wine/include/mmsystem.h 4 Jan 2003 00:52:20 -0000 1.62 +++ wine/include/mmsystem.h 12 Apr 2003 18:39:07 -0000 @@ -141,6 +141,9 @@ #define MM_MIM_MOREDATA 0x3CC +#define MM_MIXM_LINE_CHANGE 0x3D0 +#define MM_MIXM_CONTROL_CHANGE 0x3D1 + #define MMSYSERR_BASE 0 #define WAVERR_BASE 32 #define MIDIERR_BASE 64