comparison src/unexcw.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 90d73dddcdc4
children cc15677e0335
comparison
equal deleted inserted replaced
356:e85f639a32f3 357:4711e16a8e49
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) \