* Cambridge, MA 02139, USA.
*
*/
+#ifdef __VMS
+#include <wx/vms_x_fix.h>
+#endif
#include <X11/IntrinsicP.h>
#include <X11/StringDefs.h>
#include <stdio.h>
/* --- Systemspezifische Definitionen */
-#ifdef VMS
+#if defined(VMS)
#define strcasecmp(s1, s2) strcmp(s1, s2)
+#elif defined(__EMX__)
+#define strcasecmp stricmp
#endif
/* --- sonstiger Quark */