commit | 9d48895e4c65e54d0436b76e48336e3c2ace0bf6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 21 17:53:58 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 21 17:53:58 2013 +0200 |
tree | 2912fd39f5a25f7c5fd013e8570b0fb05cb60c91 | |
parent | 5f919ee8ebe15906bf865e772d5b922438e95ec0 [diff] [blame] |
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)
diff --git a/src/os_win32.h b/src/os_win32.h index 42cbab5..58b179f 100644 --- a/src/os_win32.h +++ b/src/os_win32.h
@@ -102,6 +102,9 @@ #endif #ifndef PROTO # include <windows.h> +# ifndef SM_CXPADDEDBORDER +# define SM_CXPADDEDBORDER 92 +# endif #endif /*