From 2af549880412bb666574945a81ea6fbcba82f324 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 1 Mar 2008 01:39:42 -0800 Subject: Define _WIN32_WINNT to 0x0500 when including windows.h VC7 appears to require that value, or higher, set and fails otherwise --- Alc/alcThread.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Alc/alcThread.c') diff --git a/Alc/alcThread.c b/Alc/alcThread.c index 6e7237af..7db1c5dc 100644 --- a/Alc/alcThread.c +++ b/Alc/alcThread.c @@ -28,8 +28,6 @@ #ifdef _WIN32 -#include - typedef struct { ALuint (*func)(ALvoid*); ALvoid *ptr; -- cgit v1.2.3