annotate src/proto/if_ole.pro @ 5106:c3a82208e143 v7.3.1296

updated for version 7.3.1296 Problem: Only MS-Windows limits the GUI window size to what fits on the monitor. Solution: Limit the size for all systems. (Daniel Harding)
author Bram Moolenaar <bram@vim.org>
date Wed, 03 Jul 2013 16:58:44 +0200
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));