comparison src/os_mswin.c @ 2668:bfade53bcafb v7.3.087

updated for version 7.3.087 Problem: EINTR is not always defined. Solution: Include errno.h in vim.h.
author Bram Moolenaar <bram@vim.org>
date Fri, 17 Dec 2010 20:24:01 +0100
parents 1a0d346695fa
children 951641b8784d
comparison
equal deleted inserted replaced
2667:a53e7d3fd741 2668:bfade53bcafb
28 # define SHORT_FNAME /* always 8.3 file name */ 28 # define SHORT_FNAME /* always 8.3 file name */
29 # include <dos.h> 29 # include <dos.h>
30 # include <string.h> 30 # include <string.h>
31 #endif 31 #endif
32 #include <sys/types.h> 32 #include <sys/types.h>
33 #include <errno.h>
34 #include <signal.h> 33 #include <signal.h>
35 #include <limits.h> 34 #include <limits.h>
36 #include <process.h> 35 #include <process.h>
37 36
38 #undef chdir 37 #undef chdir