Jacek Caban : dsound.h: Added DSBNOTIFICATIONS_MAX definition.

Alexandre Julliard julliard at winehq.org
Fri Feb 11 11:16:36 CST 2011


Module: wine
Branch: master
Commit: 5d1a7511a2b831ee1ee54a87875f01b4f6e9d325
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5d1a7511a2b831ee1ee54a87875f01b4f6e9d325

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Fri Feb 11 14:51:50 2011 +0100

dsound.h: Added DSBNOTIFICATIONS_MAX definition.

---

 include/dsound.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/dsound.h b/include/dsound.h
index b594053..dc1ead3 100644
--- a/include/dsound.h
+++ b/include/dsound.h
@@ -232,6 +232,8 @@ typedef const DSCAPS *LPCDSCAPS;
 #define DSBFREQUENCY_MAX            200000
 #define DSBFREQUENCY_ORIGINAL       0
 
+#define DSBNOTIFICATIONS_MAX        100000U
+
 typedef struct _DSBCAPS
 {
     DWORD	dwSize;




More information about the wine-cvs mailing list