]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/xmcombo/xmcombo.c
Replaced true/false with TRUE/FALSE
[wxWidgets.git] / src / motif / xmcombo / xmcombo.c
index f612df4e95487ab9ec4ea5541532e3535b936d35..bfabe8b116a85eb188112f0fb8af7ce520e51a33 100644 (file)
 #include <stdio.h>
 
 /* --- Systemspezifische Definitionen */
 #include <stdio.h>
 
 /* --- Systemspezifische Definitionen */
-#ifdef VMS
+#if defined(VMS)
 #define strcasecmp(s1, s2) strcmp(s1, s2)
 #define strcasecmp(s1, s2) strcmp(s1, s2)
+#elif defined(__EMX__)
+#define strcasecmp stricmp
 #endif
 
 /* --- sonstiger Quark */
 #endif
 
 /* --- sonstiger Quark */