mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 7.4.1975
Problem: On MS-Windows large files (> 2Gbyte) cause problems. Solution: Use "off_T" instead of "off_t". Use "stat_T" instead of "struct stat". Use 64 bit system functions if available. (Ken Takata)
This commit is contained in:
@@ -3268,7 +3268,7 @@ get_mef_name(void)
|
||||
static int start = -1;
|
||||
static int off = 0;
|
||||
#ifdef HAVE_LSTAT
|
||||
struct stat sb;
|
||||
stat_T sb;
|
||||
#endif
|
||||
|
||||
if (*p_mef == NUL)
|
||||
|
Reference in New Issue
Block a user