comparison src/unexcw.c @ 4840:17b3dc5500b0

changes to get old non-pdump dumping on Cygwin to work (sort of)
author Ben Wing <ben@xemacs.org>
date Tue, 12 Jan 2010 23:19:13 -0600
parents ab71ad6ff3dd
children 95c4ced5c07c
comparison
equal deleted inserted replaced
4839:5f1c6ca4d05e 4840:17b3dc5500b0
25 25
26 #include <config.h> 26 #include <config.h>
27 #include "lisp.h" 27 #include "lisp.h"
28 28
29 #include "sysfile.h" 29 #include "sysfile.h"
30 #include "syswindows.h"
30 31
31 #define PERROR(arg) \ 32 #define PERROR(arg) \
32 do { \ 33 do { \
33 perror (arg); \ 34 perror (arg); \
34 exit (-1); \ 35 exit (-1); \