comparison 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
comparison
equal deleted inserted replaced
230:39ed1d2bdd9d 231:557eaa0339bf
47 #include "buffer.h" 47 #include "buffer.h"
48 #include "device.h" 48 #include "device.h"
49 #include "insdel.h" 49 #include "insdel.h"
50 50
51 #include "windows.h" 51 #include "windows.h"
52 #ifdef __CYGWIN32__
53 #define stricmp strcasecmp
54 #endif
52 55
53 typedef struct colormap_t 56 typedef struct colormap_t
54 { 57 {
55 char *name; 58 char *name;
56 COLORREF colorref; 59 COLORREF colorref;