Mercurial > vim
view src/proto/if_ole.pro @ 6132:0242c27e40e1 v7.4.404
updated for version 7.4.404
Problem: Windows 64 bit compiler warnings.
Solution: Add type casts. (Mike Williams)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 13 Aug 2014 22:05:53 +0200 |
parents | 3fc0f57ecb91 |
children | 744c66477ba9 |
line wrap: on
line source
/* if_ole.cpp */ void InitOLE __ARGS((int* pbDoRestart)); void UninitOLE __ARGS((void)); void RegisterMe __ARGS((int silent)); void UnregisterMe __ARGS((int bNotifyUser));