From a7c7f04f8d28de93b7883ca1785ae1c9849fd0a4 Mon Sep 17 00:00:00 2001 From: spacy51 Date: Wed, 2 Sep 2009 22:42:37 +0000 Subject: [PATCH] fix compiling with Windows 7 SDK git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@904 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/win32/DirectSound.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win32/DirectSound.cpp b/src/win32/DirectSound.cpp index 2aacfc33..a263f906 100644 --- a/src/win32/DirectSound.cpp +++ b/src/win32/DirectSound.cpp @@ -16,6 +16,7 @@ #include "../common/SoundDriver.h" // DirectSound8 +#define DIRECTSOUND_VERSION 0x0800 #include extern bool soundBufferLow;