Mercurial > hg > xemacs-beta
comparison src/objects-msw.c @ 357:4711e16a8e49 r21-1-8
Import from CVS: tag r21-1-8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:57:04 +0200 |
parents | afd57c14dfc8 |
children | 8e84bee8ddd0 |
comparison
equal
deleted
inserted
replaced
356:e85f639a32f3 | 357:4711e16a8e49 |
---|---|
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 #ifdef __CYGWIN32__ | 52 #if defined (__CYGWIN32__) && CYGWIN_VERSION_DLL_MAJOR < 21 |
53 #define stricmp strcasecmp | 53 #define stricmp strcasecmp |
54 #define FONTENUMPROC FONTENUMEXPROC | 54 #define FONTENUMPROC FONTENUMEXPROC |
55 #define ntmTm ntmentm | 55 #define ntmTm ntmentm |
56 #endif | 56 #endif |
57 | 57 |