commit | fdebace998ce93e8395c4be052a5dce8e296b35f | [log] [tgz] |
---|---|---|
author | Ove Kaaven <ovek@transgaming.com> | Mon Sep 10 23:08:11 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Sep 10 23:08:11 2001 +0000 |
tree | 35f7088015e3c44275e0b921678f3e8ad65fe015 | |
parent | 909bcde294abdc1c9889d3d0f419524a6597331a [diff] [blame] |
Fix buffering problems in HEL mode.
diff --git a/include/dsound.h b/include/dsound.h index 1af21d7..d3da415 100644 --- a/include/dsound.h +++ b/include/dsound.h
@@ -130,6 +130,8 @@ #define DSBCAPS_GETCURRENTPOSITION2 0x00010000 /* More accurate play cursor under emulation*/ #define DSBCAPS_MUTE3DATMAXDISTANCE 0x00020000 +#define DSBSIZE_MIN 4 +#define DSBSIZE_MAX 0xFFFFFFF #define DSBPAN_LEFT -10000 #define DSBPAN_RIGHT 10000 #define DSBVOLUME_MAX 0