]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - vim/patches/vim-7.3.199.patch0
vim: Update configuration file.
[people/arne_f/ipfire-3.x.git] / vim / patches / vim-7.3.199.patch0
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.199
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.199
11 Problem: MS-Windows: Compilation problem of OLE with MingW compiler.
12 Solution: Put #ifdef around declarations. (Guopeng Wen)
13 Files: src/if_ole.h
14
15
16 *** ../mercurial/vim73/src/if_ole.h 2010-05-15 21:22:11.000000000 +0200
17 --- src/if_ole.h 2011-05-25 12:05:50.000000000 +0200
18 ***************
19 *** 46,53 ****
20 /* header files for imported files */
21 #include "oaidl.h"
22
23 ! void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
24 ! void __RPC_USER MIDL_user_free( void __RPC_FAR * );
25
26 #ifndef __IVim_INTERFACE_DEFINED__
27 #define __IVim_INTERFACE_DEFINED__
28 --- 46,56 ----
29 /* header files for imported files */
30 #include "oaidl.h"
31
32 ! #ifndef __MIDL_user_allocate_free_DEFINED__
33 ! #define __MIDL_user_allocate_free_DEFINED__
34 ! void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
35 ! void __RPC_USER MIDL_user_free( void __RPC_FAR * );
36 ! #endif
37
38 #ifndef __IVim_INTERFACE_DEFINED__
39 #define __IVim_INTERFACE_DEFINED__
40 *** ../vim-7.3.198/src/version.c 2011-05-19 18:26:34.000000000 +0200
41 --- src/version.c 2011-05-25 12:08:54.000000000 +0200
42 ***************
43 *** 711,712 ****
44 --- 711,714 ----
45 { /* Add new patch number below this line */
46 + /**/
47 + 199,
48 /**/
49
50 --
51 hundred-and-one symptoms of being an internet addict:
52 104. When people ask about the Presidential Election you ask "Which country?"
53
54 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
55 /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
56 \\\ an exciting new programming language -- http://www.Zimbu.org ///
57 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///