|
Karsten Hopp |
15c285 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
15c285 |
Subject: Patch 7.3.199
|
|
Karsten Hopp |
15c285 |
Fcc: outbox
|
|
Karsten Hopp |
15c285 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
15c285 |
Mime-Version: 1.0
|
|
Karsten Hopp |
15c285 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
15c285 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
15c285 |
------------
|
|
Karsten Hopp |
15c285 |
|
|
Karsten Hopp |
15c285 |
Patch 7.3.199
|
|
Karsten Hopp |
15c285 |
Problem: MS-Windows: Compilation problem of OLE with MingW compiler.
|
|
Karsten Hopp |
15c285 |
Solution: Put #ifdef around declarations. (Guopeng Wen)
|
|
Karsten Hopp |
15c285 |
Files: src/if_ole.h
|
|
Karsten Hopp |
15c285 |
|
|
Karsten Hopp |
15c285 |
|
|
Karsten Hopp |
15c285 |
*** ../mercurial/vim73/src/if_ole.h 2010-05-15 21:22:11.000000000 +0200
|
|
Karsten Hopp |
15c285 |
--- src/if_ole.h 2011-05-25 12:05:50.000000000 +0200
|
|
Karsten Hopp |
15c285 |
***************
|
|
Karsten Hopp |
15c285 |
*** 46,53 ****
|
|
Karsten Hopp |
15c285 |
/* header files for imported files */
|
|
Karsten Hopp |
15c285 |
#include "oaidl.h"
|
|
Karsten Hopp |
15c285 |
|
|
Karsten Hopp |
15c285 |
! void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
|
|
Karsten Hopp |
15c285 |
! void __RPC_USER MIDL_user_free( void __RPC_FAR * );
|
|
Karsten Hopp |
15c285 |
|
|
Karsten Hopp |
15c285 |
#ifndef __IVim_INTERFACE_DEFINED__
|
|
Karsten Hopp |
15c285 |
#define __IVim_INTERFACE_DEFINED__
|
|
Karsten Hopp |
15c285 |
--- 46,56 ----
|
|
Karsten Hopp |
15c285 |
/* header files for imported files */
|
|
Karsten Hopp |
15c285 |
#include "oaidl.h"
|
|
Karsten Hopp |
15c285 |
|
|
Karsten Hopp |
15c285 |
! #ifndef __MIDL_user_allocate_free_DEFINED__
|
|
Karsten Hopp |
15c285 |
! #define __MIDL_user_allocate_free_DEFINED__
|
|
Karsten Hopp |
15c285 |
! void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
|
|
Karsten Hopp |
15c285 |
! void __RPC_USER MIDL_user_free( void __RPC_FAR * );
|
|
Karsten Hopp |
15c285 |
! #endif
|
|
Karsten Hopp |
15c285 |
|
|
Karsten Hopp |
15c285 |
#ifndef __IVim_INTERFACE_DEFINED__
|
|
Karsten Hopp |
15c285 |
#define __IVim_INTERFACE_DEFINED__
|
|
Karsten Hopp |
15c285 |
*** ../vim-7.3.198/src/version.c 2011-05-19 18:26:34.000000000 +0200
|
|
Karsten Hopp |
15c285 |
--- src/version.c 2011-05-25 12:08:54.000000000 +0200
|
|
Karsten Hopp |
15c285 |
***************
|
|
Karsten Hopp |
15c285 |
*** 711,712 ****
|
|
Karsten Hopp |
15c285 |
--- 711,714 ----
|
|
Karsten Hopp |
15c285 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
15c285 |
+ /**/
|
|
Karsten Hopp |
15c285 |
+ 199,
|
|
Karsten Hopp |
15c285 |
/**/
|
|
Karsten Hopp |
15c285 |
|
|
Karsten Hopp |
15c285 |
--
|
|
Karsten Hopp |
15c285 |
hundred-and-one symptoms of being an internet addict:
|
|
Karsten Hopp |
15c285 |
104. When people ask about the Presidential Election you ask "Which country?"
|
|
Karsten Hopp |
15c285 |
|
|
Karsten Hopp |
15c285 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
15c285 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
15c285 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
15c285 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|