1
0
forked from aniani/vim
Files
vim/src/proto/if_ole.pro
Bram Moolenaar 4349c57543 patch 7.4.1203
Problem:    Still more files still using __ARGS.
Solution:   Remove __ARGS in really the last files.
2016-01-30 13:28:28 +01:00

6 lines
136 B
Prolog

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