Add some WAVE_FORMATs
[reactos.git] / reactos / w32api / include / mmsystem.h
index c001388..423900f 100644 (file)
@@ -190,6 +190,14 @@ extern "C" {
 #define WAVE_FORMAT_4S08 512
 #define WAVE_FORMAT_4M16 1024
 #define WAVE_FORMAT_4S16 2048
+#define WAVE_FORMAT_48M08 4096
+#define WAVE_FORMAT_48S08 8192
+#define WAVE_FORMAT_48M16 16384
+#define WAVE_FORMAT_48S16 32768
+#define WAVE_FORMAT_96M08 65536
+#define WAVE_FORMAT_96S08 131072
+#define WAVE_FORMAT_96M16 262144
+#define WAVE_FORMAT_96S16 524288
 #define WAVE_FORMAT_PCM 1
 #define MIDIERR_UNPREPARED MIDIERR_BASE
 #define MIDIERR_STILLPLAYING (MIDIERR_BASE+1)