comparison src/os_win32.h @ 2241:60da25e3aab7 vim73

Correct use of long instead of off_t for file size. (James Vega)
author Bram Moolenaar <bram@vim.org>
date Mon, 31 May 2010 21:59:46 +0200
parents 73fe8baea242
children 66f2d62271fe
comparison
equal deleted inserted replaced
2240:6b4879aea261 2241:60da25e3aab7
91 91
92 #define FNAME_ILLEGAL "\"*?><|" /* illegal characters in a file name */ 92 #define FNAME_ILLEGAL "\"*?><|" /* illegal characters in a file name */
93 93
94 #include <stdlib.h> 94 #include <stdlib.h>
95 #include <time.h> 95 #include <time.h>
96 #include <sys/types.h>
96 97
97 #ifndef STRICT 98 #ifndef STRICT
98 # define STRICT 99 # define STRICT
99 #endif 100 #endif
100 #ifndef COBJMACROS 101 #ifndef COBJMACROS