forked from aniani/vim
Problem: Still more files still using __ARGS. Solution: Remove __ARGS in really the last files.
6 lines
136 B
Prolog
6 lines
136 B
Prolog
/* if_ole.cpp */
|
|
void InitOLE(int* pbDoRestart);
|
|
void UninitOLE(void);
|
|
void RegisterMe(int silent);
|
|
void UnregisterMe(int bNotifyUser);
|