comparison src/os_win32.h @ 5225:8f983df0299f v7.4a.038

updated for version 7.4a.038 Problem: When using MSVC 2012 there are various issues, including GUI size computations. Solution: Use SM_CXPADDEDBORDER. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Sun, 21 Jul 2013 17:53:58 +0200
parents 72fcf674e545
children 4dfba3df303c
comparison
equal deleted inserted replaced
5224:64ff75f97b41 5225:8f983df0299f
100 #ifndef COBJMACROS 100 #ifndef COBJMACROS
101 # define COBJMACROS /* For OLE: Enable "friendlier" access to objects */ 101 # define COBJMACROS /* For OLE: Enable "friendlier" access to objects */
102 #endif 102 #endif
103 #ifndef PROTO 103 #ifndef PROTO
104 # include <windows.h> 104 # include <windows.h>
105 # ifndef SM_CXPADDEDBORDER
106 # define SM_CXPADDEDBORDER 92
107 # endif
105 #endif 108 #endif
106 109
107 /* 110 /*
108 * Win32 has plenty of memory, use large buffers 111 * Win32 has plenty of memory, use large buffers
109 */ 112 */