From 5d1a7511a2b831ee1ee54a87875f01b4f6e9d325 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Fri, 11 Feb 2011 14:51:50 +0100 Subject: [PATCH] dsound.h: Added DSBNOTIFICATIONS_MAX definition. --- include/dsound.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dsound.h b/include/dsound.h index b59405319e2..dc1ead3e975 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;