Mercurial > hg > xemacs-beta
comparison src/s/windowsnt.h @ 460:223736d75acb r21-2-45
Import from CVS: tag r21-2-45
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:43:24 +0200 |
parents | abe6d1db359e |
children | c69610198c35 |
comparison
equal
deleted
inserted
replaced
459:9d4fd877b885 | 460:223736d75acb |
---|---|
224 #define HAVE_FTIME | 224 #define HAVE_FTIME |
225 #define HAVE_MKTIME | 225 #define HAVE_MKTIME |
226 | 226 |
227 #define HAVE_MOUSE | 227 #define HAVE_MOUSE |
228 #define HAVE_H_ERRNO | 228 #define HAVE_H_ERRNO |
229 #define HAVE_STRUCT_UTIMBUF | |
230 | 229 |
231 /* Compatibility macros. Some used to be routines in nt.c */ | 230 /* Compatibility macros. Some used to be routines in nt.c */ |
232 #define strcasecmp(x,y) _stricmp(x,y) | 231 #define strcasecmp(x,y) _stricmp(x,y) |
233 #define random() (rand() << 15 | rand()) | 232 #define random() (rand() << 15 | rand()) |
234 #define srandom(seed) (srand(seed)) | 233 #define srandom(seed) (srand(seed)) |