diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-13 22:28:56 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-13 22:28:56 +0000 |
commit | 9ba0eb850c0f4c94df3b7f7461610bf0b073f712 (patch) | |
tree | 11638af8ad8ecdfd337a6db15914b2e2cdff3aea /src/os_w32exe.c | |
parent | bac97eb8ae6b067466cab0481cac2f25b335ffe7 (diff) | |
download | vim-git-9ba0eb850c0f4c94df3b7f7461610bf0b073f712.tar.gz |
updated for version 7.0084v7.0084
Diffstat (limited to 'src/os_w32exe.c')
-rw-r--r-- | src/os_w32exe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os_w32exe.c b/src/os_w32exe.c index ac9bf3c4a..8c48fb338 100644 --- a/src/os_w32exe.c +++ b/src/os_w32exe.c @@ -38,6 +38,7 @@ void _cdecl SaveInst(HINSTANCE hInst); void (_cdecl *pSaveInst)(HINSTANCE); #endif +/*ARGSUSED*/ int WINAPI WinMain( HINSTANCE hInstance, |