diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2003-01-27 23:11:13 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2003-01-27 23:11:13 +0000 |
commit | 500acc57ebb0279a26daf25ae581e0f3f7e672d2 (patch) | |
tree | 803a90b20e38a898b79eb394d6c388a6ce2f32b1 /winsup/w32api/include/mmsystem.h | |
parent | 70f15185be94730ec6436c655ac31407cd9679a0 (diff) | |
download | cygnal-500acc57ebb0279a26daf25ae581e0f3f7e672d2.tar.gz cygnal-500acc57ebb0279a26daf25ae581e0f3f7e672d2.tar.bz2 cygnal-500acc57ebb0279a26daf25ae581e0f3f7e672d2.zip |
2003-01-27 Krzysztof Nikiel <kni@poczta.onet.pl>
* include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
define.
* lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
Diffstat (limited to 'winsup/w32api/include/mmsystem.h')
-rw-r--r-- | winsup/w32api/include/mmsystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/mmsystem.h b/winsup/w32api/include/mmsystem.h index a1634ad63..81ff96ace 100644 --- a/winsup/w32api/include/mmsystem.h +++ b/winsup/w32api/include/mmsystem.h @@ -308,7 +308,7 @@ extern "C" { #define MIXER_GETLINEINFOF_TARGETTYPE 4 #define MIXER_GETLINEINFOF_QUERYMASK 15 #define MIXERCONTROL_CONTROLF_UNIFORM 1 -#define MIXERCONTROL_CONTROLF_MULTIPLE 1 +#define MIXERCONTROL_CONTROLF_MULTIPLE 2 #define MIXERCONTROL_CONTROLF_DISABLED 0x80000000 #define MIXERCONTROL_CT_CLASS_MASK 0xF0000000 #define MIXERCONTROL_CT_CLASS_CUSTOM 0 |