Mercurial > vim
view src/proto/if_ole.pro @ 15824:6733b8b1caf3 v8.1.0919
patch 8.1.0919: compiler warnings
commit https://github.com/vim/vim/commit/0f77d6afd506d1be4b0bef46e1d2268440e1ba88
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Feb 14 20:55:09 2019 +0100
patch 8.1.0919: compiler warnings
Problem: Compiler warnings.
Solution: Add type casts. (Mike Williams)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 14 Feb 2019 21:00:06 +0100 |
parents | 744c66477ba9 |
children |
line wrap: on
line source
/* if_ole.cpp */ void InitOLE(int* pbDoRestart); void UninitOLE(void); void RegisterMe(int silent); void UnregisterMe(int bNotifyUser);