From 040cd0c438414f6151762bc250ecca65b016cfde Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 6 Sep 2015 15:40:31 +0200 Subject: [PATCH] dsound.c - buildfix --- audio/drivers/dsound.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/drivers/dsound.c b/audio/drivers/dsound.c index 8ff8bb616e..9bc411daca 100644 --- a/audio/drivers/dsound.c +++ b/audio/drivers/dsound.c @@ -19,10 +19,10 @@ #include #include -#include -#if !defined(_XBOX) && !defined(MSC_VER) +#ifndef _XBOX #include #endif +#include #include