comparison src/os_win32.h @ 7460:1420ccc9f610 v7.4.1033

commit https://github.com/vim/vim/commit/ee2739787f1e996739541bb60e6003b892497e03 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 2 21:11:51 2016 +0100 patch 7.4.1033 Problem: Memory use on MS-Windows is very conservative. Solution: Use the global memory status to estimate amount of memory. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Jan 2016 21:15:04 +0100
parents 50dbef5e774a
children cfed0e9f0ca2
comparison
equal deleted inserted replaced
7459:2903018c6922 7460:1420ccc9f610
75 # define HAVE_DATE_TIME 75 # define HAVE_DATE_TIME
76 #endif 76 #endif
77 #ifndef FEAT_GUI_W32 /* GUI works different */ 77 #ifndef FEAT_GUI_W32 /* GUI works different */
78 # define BREAKCHECK_SKIP 1 /* call mch_breakcheck() each time, it's fast */ 78 # define BREAKCHECK_SKIP 1 /* call mch_breakcheck() each time, it's fast */
79 #endif 79 #endif
80
81 #define HAVE_TOTAL_MEM
80 82
81 #define HAVE_PUTENV /* at least Bcc 5.2 and MSC have it */ 83 #define HAVE_PUTENV /* at least Bcc 5.2 and MSC have it */
82 84
83 #ifdef FEAT_GUI_W32 85 #ifdef FEAT_GUI_W32
84 # define NO_CONSOLE /* don't included console-only code */ 86 # define NO_CONSOLE /* don't included console-only code */