From a1f58e11eb8b0e04cdfa5ae53e344b5b4f9f2fa1 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 24 Oct 2005 07:12:56 +0000 Subject: [PATCH] remove HAVE_WIN32. We have WIN32 (WIndows, Xbox) and WINDOWS (Windows only); we don't need "HAVE_WIN32" to complicate things further. --- stepmania/src/arch/arch_platform.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/arch/arch_platform.h b/stepmania/src/arch/arch_platform.h index f66e410727..4f7fffc62f 100644 --- a/stepmania/src/arch/arch_platform.h +++ b/stepmania/src/arch/arch_platform.h @@ -17,7 +17,6 @@ #if defined(_WINDOWS) #define HAVE_DIRECTX #define HAVE_FFMPEG -#define HAVE_WIN32 // XXX: Better name for this API? #endif #if defined(_XBOX) #define HAVE_DIRECTX