X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..d5d484b0fbe924d3663b177965538d517ee412c1:/icuSources/tools/toolutil/uoptions.h diff --git a/icuSources/tools/toolutil/uoptions.h b/icuSources/tools/toolutil/uoptions.h index 2376d141..55e30f68 100644 --- a/icuSources/tools/toolutil/uoptions.h +++ b/icuSources/tools/toolutil/uoptions.h @@ -22,10 +22,11 @@ #include "unicode/utypes.h" /* This should usually be called before calling u_parseArgs */ -#if defined(OS390) && (U_CHARSET_FAMILY == U_ASCII_FAMILY) +/*#if defined(OS390) && (U_CHARSET_FAMILY == U_ASCII_FAMILY)*/ /* translate args from EBCDIC to ASCII */ -# define U_MAIN_INIT_ARGS(argc, argv) __argvtoascii_a(argc, argv) -#elif defined(XP_MAC_CONSOLE) +/*# define U_MAIN_INIT_ARGS(argc, argv) __argvtoascii_a(argc, argv)*/ +/*#elif defined(XP_MAC_CONSOLE)*/ +#if defined(XP_MAC_CONSOLE) # include /* Get the arguments from the GUI, since old Macs don't have a console Window. */ # define U_MAIN_INIT_ARGS(argc, argv) argc = ccommand((char***)&argv)