From 7c96f57544d5df0bec29b8d0fa03eadeebf5e60f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 24 Jan 2007 09:44:23 +0000 Subject: [PATCH] no, *nix builds in gcc --- stepmania/src/archutils/Unix/arch_setup.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/archutils/Unix/arch_setup.h b/stepmania/src/archutils/Unix/arch_setup.h index e1a0167d6e..99cd1e6b16 100644 --- a/stepmania/src/archutils/Unix/arch_setup.h +++ b/stepmania/src/archutils/Unix/arch_setup.h @@ -14,8 +14,6 @@ #endif #endif -// XXX: Maybe we should make sure we're using GCC first? -// But if not, then what DO we use? #include "archutils/Common/gcc_byte_swaps.h" #endif