From acbfd4224f9bd1081531b3c34729912c5c94e71c Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 20 Mar 2006 07:58:42 +0000 Subject: [PATCH] Use OS X text converter, not iconv (trying to keep the code base the same no matter for which arch it is compiling). --- stepmania/src/archutils/Darwin/arch_setup.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/archutils/Darwin/arch_setup.h b/stepmania/src/archutils/Darwin/arch_setup.h index aa9e4cf9e8..5bf5c07163 100644 --- a/stepmania/src/archutils/Darwin/arch_setup.h +++ b/stepmania/src/archutils/Darwin/arch_setup.h @@ -45,8 +45,6 @@ typedef unsigned long long UInt64; # define ENDIAN_LITTLE # define BACKTRACE_METHOD_X86_DARWIN # define BACKTRACE_LOOKUP_METHOD_DLADDR -# define HAVE_ICONV // XXX Ugly. This has nothing to do with arch, only the version of OS X. -# define ICONV_CONST const #endif #ifndef MACOSX