diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-06-07 19:17:14 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-06-07 19:17:14 +0200 |
commit | a238431302ff50f7db401248c4e66b8b298222c2 (patch) | |
tree | 516d20e9e956b57b9ed8aec64784a13752a1289c /src/os_win32.h | |
parent | 43e029841607bbc1e1f2cc14bec578eab326eef4 (diff) | |
download | vim-git-a238431302ff50f7db401248c4e66b8b298222c2.tar.gz |
updated for version 7.3.1141v7.3.1141
Problem: Win32: Check for available memory is not reliable and adds
overhead.
Solution: Remove mch_avail_mem(). (Mike Williams)
Diffstat (limited to 'src/os_win32.h')
-rw-r--r-- | src/os_win32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_win32.h b/src/os_win32.h index 6869747aa..ce6f6d493 100644 --- a/src/os_win32.h +++ b/src/os_win32.h @@ -80,7 +80,6 @@ #ifndef FEAT_GUI_W32 /* GUI works different */ # define BREAKCHECK_SKIP 1 /* call mch_breakcheck() each time, it's fast */ #endif -#define HAVE_AVAIL_MEM #define HAVE_PUTENV /* at least Bcc 5.2 and MSC have it */ |