]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.199
- new: 7.3.260
[packages/vim.git] / 7.3.199
CommitLineData
a2e11672
AG
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.199
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.199
11Problem: MS-Windows: Compilation problem of OLE with MingW compiler.
12Solution: Put #ifdef around declarations. (Guopeng Wen)
13Files: 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--
51hundred-and-one symptoms of being an internet addict:
52104. 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 ///
This page took 0.034847 seconds and 4 git commands to generate.