view src/proto/if_ole.pro @ 7813:744c66477ba9 v7.4.1203

commit https://github.com/vim/vim/commit/4349c57543a98dc417b74da5a08c326337aa0bd3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 30 13:28:28 2016 +0100 patch 7.4.1203 Problem: Still more files still using __ARGS. Solution: Remove __ARGS in really the last files.
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Jan 2016 13:30:04 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* if_ole.cpp */
void InitOLE(int* pbDoRestart);
void UninitOLE(void);
void RegisterMe(int silent);
void UnregisterMe(int bNotifyUser);