comparison src/s/mingw32.h @ 462:0784d089fdc9 r21-2-46

Import from CVS: tag r21-2-46
author cvs
date Mon, 13 Aug 2007 11:44:37 +0200
parents 223736d75acb
children 666d73d6ac56
comparison
equal deleted inserted replaced
461:120ed4009e51 462:0784d089fdc9
131 /* We need a little extra space, see ../../lisp/loadup.el */ 131 /* We need a little extra space, see ../../lisp/loadup.el */
132 #define SYSTEM_PURESIZE_EXTRA 15000 132 #define SYSTEM_PURESIZE_EXTRA 15000
133 133
134 #ifndef NOT_C_CODE 134 #ifndef NOT_C_CODE
135 #include <stdlib.h> 135 #include <stdlib.h>
136 #include <mingw32/process.h> 136 #include <mingw/process.h>
137 #define mkdir __mkdir 137 #define mkdir __mkdir
138 #include <dir.h> 138 #include <dir.h>
139 #undef mkdir 139 #undef mkdir
140 #ifdef HAVE_CYGWIN_VERSION_H 140 #ifdef HAVE_CYGWIN_VERSION_H
141 #include <cygwin/version.h> 141 #include <cygwin/version.h>