Index: native-src/win.IA32/launcher/main.c =================================================================== --- native-src/win.IA32/launcher/main.c (revision 379863) +++ native-src/win.IA32/launcher/main.c (working copy) @@ -312,12 +312,6 @@ { UDATA i; -#if (LINUX) -#define COMPARE_STRINGS strncasecmp -#else -#define COMPARE_STRINGS strncasecmp -#endif - /* Parse command line args for -vm: */ for (i = 1; i <= lastLegalArg; i++) { @@ -342,12 +336,6 @@ { UDATA i; -#if (LINUX) -#define COMPARE_STRINGS strncasecmp -#else -#define COMPARE_STRINGS strncasecmp -#endif - /* Parse command line args for -vmdir: */ for (i = 1; i <= lastLegalArg; i++) { Index: native-src/linux.IA32/launcher/main.c =================================================================== --- native-src/linux.IA32/launcher/main.c (revision 379863) +++ native-src/linux.IA32/launcher/main.c (working copy) @@ -310,12 +310,6 @@ { UDATA i; -#if (LINUX) -#define COMPARE_STRINGS strncasecmp -#else -#define COMPARE_STRINGS strncasecmp -#endif - /* Parse command line args for -vm: */ for (i = 1; i <= lastLegalArg; i++) { @@ -340,12 +334,6 @@ { UDATA i; -#if (LINUX) -#define COMPARE_STRINGS strncasecmp -#else -#define COMPARE_STRINGS strncasecmp -#endif - /* Parse command line args for -vmdir: */ for (i = 1; i <= lastLegalArg; i++) {