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.
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
__int64 WINAPI
|
||||
LargeIntegerAdd (__int64 i1, __int64 i2)
|
||||
{
|
||||
return i1 * i2;
|
||||
return i1 + i2;
|
||||
}
|
||||
|
||||
__int64 WINAPI
|
||||
|
Reference in New Issue
Block a user