don't use MIXERCONTROLA for unicode builds
authorThomas Bluemel <thomas@reactsoft.com>
Mon, 26 Sep 2005 22:06:31 +0000 (22:06 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Mon, 26 Sep 2005 22:06:31 +0000 (22:06 +0000)
svn path=/trunk/; revision=18112

reactos/w32api/include/mmsystem.h

index 423900f..929cffd 100644 (file)
@@ -1851,7 +1851,7 @@ typedef MIDIINCAPSW MIDIINCAPS,*PMIDIINCAPS,*LPMIDIINCAPS;
 typedef AUXCAPSW AUXCAPS,*PAUXCAPS,*LPAUXCAPS;
 typedef MIXERCAPSW MIXERCAPS,*PMIXERCAPS,*LPMIXERCAPS;
 typedef MIXERLINEW MIXERLINE,*PMIXERLINE,*LPMIXERLINE;
-typedef MIXERCONTROLA MIXERCONTROL,*PMIXERCONTROL,*LPMIXERCONTROL;
+typedef MIXERCONTROLW MIXERCONTROL,*PMIXERCONTROL,*LPMIXERCONTROL;
 typedef MIXERLINECONTROLSW MIXERLINECONTROLS,*PMIXERLINECONTROLS,*LPMIXERLINECONTROLS;
 typedef MIXERCONTROLDETAILS_LISTTEXTW MIXERCONTROLDETAILS_LISTTEXT,*PMIXERCONTROLDETAILS_LISTTEXT,*LPMIXERCONTROLDETAILS_LISTTEXT;
 typedef JOYCAPSW JOYCAPS,*PJOYCAPS,*LPJOYCAPS;