comparison src/gui_w32.c @ 16123:a246b020984c v8.1.1066

patch 8.1.1066: VIMDLL isn't actually used commit https://github.com/vim/vim/commit/89828e9fe6de4d70e0e2ccd3c711bd26632c26a9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 28 22:43:16 2019 +0100 patch 8.1.1066: VIMDLL isn't actually used Problem: VIMDLL isn't actually used. Solution: Remove VIMDLL support.
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Mar 2019 22:45:04 +0100
parents c0961d9ac269
children 8f4eccaaf2c0
comparison
equal deleted inserted replaced
16122:af719c41b341 16123:a246b020984c
2278 } 2278 }
2279 #endif /*FEAT_MENU*/ 2279 #endif /*FEAT_MENU*/
2280 2280
2281 #ifndef PROTO 2281 #ifndef PROTO
2282 void 2282 void
2283 #ifdef VIMDLL
2284 _export
2285 #endif
2286 _cdecl 2283 _cdecl
2287 SaveInst(HINSTANCE hInst) 2284 SaveInst(HINSTANCE hInst)
2288 { 2285 {
2289 s_hinst = hInst; 2286 s_hinst = hInst;
2290 } 2287 }