From 390d94ec97f52bf96a69dd7a698063c1e1f04bb2 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 20 Sep 2011 14:59:01 -0700 Subject: Define _WIN32_WINNT on the command line with _WIN32 --- OpenAL32/Include/alMain.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'OpenAL32/Include/alMain.h') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 558f620b..7bcbef8f 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -163,9 +163,6 @@ typedef ptrdiff_t ALsizeiptrEXT; #ifdef _WIN32 -#ifndef _WIN32_WINNT -#define _WIN32_WINNT 0x0500 -#endif #include typedef DWORD pthread_key_t; -- cgit v1.2.3