Mercurial > hg > xemacs-beta
comparison src/unexcw.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 | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
429:8305706cbb93 | 430:a5df635868b2 |
---|---|
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 #include <windows.h> | 43 #ifndef MAX_PATH |
44 #define MAX_PATH 260 | |
45 #endif | |
44 #include <a.out.h> | 46 #include <a.out.h> |
45 | 47 |
46 #define ALLOC_UNIT 0xFFFF | 48 #define ALLOC_UNIT 0xFFFF |
47 #define ALLOC_MASK ~((unsigned long)(ALLOC_UNIT)) | 49 #define ALLOC_MASK ~((unsigned long)(ALLOC_UNIT)) |
48 #define ALIGN_ALLOC(addr) \ | 50 #define ALIGN_ALLOC(addr) \ |