From 900f13a124adca02e33bd4b076f561e278fd17e9 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 --- 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;