comparison src/objects-msw.c @ 430:a5df635868b2 r21-2-23

Import from CVS: tag r21-2-23
author cvs
date Mon, 13 Aug 2007 11:29:08 +0200
parents 3ecd8885ac67
children 8de8e3f6228a
comparison
equal deleted inserted replaced
429:8305706cbb93 430:a5df635868b2
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 51
52 #if defined(__CYGWIN32__) || defined(__MINGW32__) 52 #if (defined(__CYGWIN32__) || defined(__MINGW32__)) && \
53 CYGWIN_VERSION_DLL_MAJOR < 21
53 #define stricmp strcasecmp 54 #define stricmp strcasecmp
54 #define FONTENUMPROC FONTENUMEXPROC 55 #define FONTENUMPROC FONTENUMEXPROC
55 #define ntmTm ntmentm 56 #define ntmTm ntmentm
56 #endif 57 #endif
57 58