diff options
Diffstat (limited to 'src/sysdep.c')
| -rw-r--r-- | src/sysdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 0023ea06bde..61a91e01878 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -175,8 +175,8 @@ extern Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary; | |||
| 175 | #include <direct.h> | 175 | #include <direct.h> |
| 176 | /* In process.h which conflicts with the local copy. */ | 176 | /* In process.h which conflicts with the local copy. */ |
| 177 | #define _P_WAIT 0 | 177 | #define _P_WAIT 0 |
| 178 | int _CRTAPI1 _spawnlp (int, const char *, const char *, ...); | 178 | int _cdecl _spawnlp (int, const char *, const char *, ...); |
| 179 | int _CRTAPI1 _getpid (void); | 179 | int _cdecl _getpid (void); |
| 180 | extern char *getwd (char *); | 180 | extern char *getwd (char *); |
| 181 | #endif | 181 | #endif |
| 182 | 182 | ||