aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c4
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
178int _CRTAPI1 _spawnlp (int, const char *, const char *, ...); 178int _cdecl _spawnlp (int, const char *, const char *, ...);
179int _CRTAPI1 _getpid (void); 179int _cdecl _getpid (void);
180extern char *getwd (char *); 180extern char *getwd (char *);
181#endif 181#endif
182 182