Mercurial > hg > xemacs-beta
comparison src/unexcw.c @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 4711e16a8e49 |
children | 8626e4521993 |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
38 PERROR("cannot unexec() a.out.h not installed"); | 38 PERROR("cannot unexec() a.out.h not installed"); |
39 } | 39 } |
40 #else | 40 #else |
41 | 41 |
42 #undef CONST | 42 #undef CONST |
43 #ifndef MAX_PATH | 43 #include <windows.h> |
44 #define MAX_PATH 260 | |
45 #endif | |
46 #include <a.out.h> | 44 #include <a.out.h> |
47 | 45 |
48 #define ALLOC_UNIT 0xFFFF | 46 #define ALLOC_UNIT 0xFFFF |
49 #define ALLOC_MASK ~((unsigned long)(ALLOC_UNIT)) | 47 #define ALLOC_MASK ~((unsigned long)(ALLOC_UNIT)) |
50 #define ALIGN_ALLOC(addr) \ | 48 #define ALIGN_ALLOC(addr) \ |