diff src/objects-msw.c @ 231:557eaa0339bf r20-5b14

Import from CVS: tag r20-5b14
author cvs
date Mon, 13 Aug 2007 10:13:48 +0200
parents 0e522484dd2a
children 41f2f0e326e9
line wrap: on
line diff
--- a/src/objects-msw.c	Mon Aug 13 10:13:03 2007 +0200
+++ b/src/objects-msw.c	Mon Aug 13 10:13:48 2007 +0200
@@ -49,6 +49,9 @@
 #include "insdel.h"
 
 #include "windows.h"
+#ifdef __CYGWIN32__
+#define stricmp strcasecmp
+#endif
 
 typedef struct colormap_t 
 {