comparison src/os_win32.h @ 638:593092a5362b

updated for version 7.0185
author vimboss
date Sun, 22 Jan 2006 23:22:22 +0000
parents 0fd7ac767ecd
children 73fe8baea242
comparison
equal deleted inserted replaced
637:a420bba0d851 638:593092a5362b
11 */ 11 */
12 12
13 #include "os_dos.h" /* common MS-DOS and Win32 stuff */ 13 #include "os_dos.h" /* common MS-DOS and Win32 stuff */
14 #ifndef __CYGWIN__ 14 #ifndef __CYGWIN__
15 #include <direct.h> /* for _mkdir() */ 15 #include <direct.h> /* for _mkdir() */
16 #endif
17
18 /* Stop the VC2005 compiler from nagging. */
19 #if _MSC_VER >= 1400
20 # define _CRT_SECURE_NO_DEPRECATE
21 # define _CRT_NONSTDC_NO_DEPRECATE
16 #endif 22 #endif
17 23
18 #define BINARY_FILE_IO 24 #define BINARY_FILE_IO
19 #define USE_EXE_NAME /* use argv[0] for $VIM */ 25 #define USE_EXE_NAME /* use argv[0] for $VIM */
20 #define SYNC_DUP_CLOSE /* sync() a file with dup() and close() */ 26 #define SYNC_DUP_CLOSE /* sync() a file with dup() and close() */