Mercurial > vim
annotate src/proto/if_ole.pro @ 20033:2e5e86ff7596 v8.2.0572
patch 8.2.0572: using two lines for free and reset
Commit: https://github.com/vim/vim/commit/df1956075d9ff7b5869fb548734bc2a7be2bce44
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Apr 13 18:13:33 2020 +0200
patch 8.2.0572: using two lines for free and reset
Problem: Using two lines for free and reset.
Solution: Use VIM_CLEAR() instead. (Yegappan Lakshmanan)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 13 Apr 2020 18:15:04 +0200 |
parents | 744c66477ba9 |
children |
rev | line source |
---|---|
7 | 1 /* if_ole.cpp */ |
7813
744c66477ba9
commit https://github.com/vim/vim/commit/4349c57543a98dc417b74da5a08c326337aa0bd3
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
2 void InitOLE(int* pbDoRestart); |
744c66477ba9
commit https://github.com/vim/vim/commit/4349c57543a98dc417b74da5a08c326337aa0bd3
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
3 void UninitOLE(void); |
744c66477ba9
commit https://github.com/vim/vim/commit/4349c57543a98dc417b74da5a08c326337aa0bd3
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
4 void RegisterMe(int silent); |
744c66477ba9
commit https://github.com/vim/vim/commit/4349c57543a98dc417b74da5a08c326337aa0bd3
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
5 void UnregisterMe(int bNotifyUser); |