annotate src/proto/if_ole.pro @ 7670:fd31843c7b58 v7.4.1134

commit https://github.com/vim/vim/commit/82e4184d489e2ce950c871354062fca40bf59598 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 19 13:50:57 2016 +0100 patch 7.4.1134 Problem: The arglist test fails on MS-Windows. Solution: Only check for failure of argedit on Unix.
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jan 2016 14:00:06 +0100
parents 3fc0f57ecb91
children 744c66477ba9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 /* if_ole.cpp */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2 void InitOLE __ARGS((int* pbDoRestart));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 void UninitOLE __ARGS((void));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 void RegisterMe __ARGS((int silent));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5 void UnregisterMe __ARGS((int bNotifyUser));