Module: wine Branch: master Commit: 5d1a7511a2b831ee1ee54a87875f01b4f6e9d325 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5d1a7511a2b831ee1ee54a8787...
Author: Jacek Caban jacek@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;