From 89e9437b8417701eb4b9ed28984687221712108c Mon Sep 17 00:00:00 2001 From: Alam Arias Date: Sun, 7 Jun 2009 22:11:46 -0400 Subject: add check for _WAVEFORMATEXTENSIBLE_ and define _WIN32_IE before inlcuding any header --- Alc/dsound.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Alc/dsound.c') diff --git a/Alc/dsound.c b/Alc/dsound.c index 11cce150..2329a4d7 100644 --- a/Alc/dsound.c +++ b/Alc/dsound.c @@ -28,6 +28,10 @@ #include #include +#ifndef _WAVEFORMATEXTENSIBLE_ +#include +#include +#endif #include "alMain.h" #include "AL/al.h" -- cgit v1.2.3