comparison src/objects-msw.c @ 408:501cfd01ee6d r21-2-34

Import from CVS: tag r21-2-34
author cvs
date Mon, 13 Aug 2007 11:18:11 +0200
parents a86b2b5e0111
children 697ef44129c6
comparison
equal deleted inserted replaced
407:ed6218a7d4d3 408:501cfd01ee6d
46 #endif 46 #endif
47 47
48 #include "buffer.h" 48 #include "buffer.h"
49 #include "device.h" 49 #include "device.h"
50 #include "insdel.h" 50 #include "insdel.h"
51
52 #if (defined(__CYGWIN32__) || defined(__MINGW32__)) && \
53 CYGWIN_VERSION_DLL_MAJOR < 21
54 #define stricmp strcasecmp
55 #define FONTENUMPROC FONTENUMEXPROC
56 #define ntmTm ntmentm
57 #endif
58 51
59 typedef struct colormap_t 52 typedef struct colormap_t
60 { 53 {
61 const char *name; 54 const char *name;
62 COLORREF colorref; 55 COLORREF colorref;