diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-05-31 22:14:58 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-05-31 22:14:58 +0000 |
commit | 5c06f8b043e413d887ceb1af850ac7ba5034151e (patch) | |
tree | 0f7254afd8be58a253c6c73dc9e4711b2ad5bd3e /src/gui_w32.c | |
parent | a04f10b6066952725b53c3bda9ce259ab29a5e3b (diff) | |
download | vim-git-5c06f8b043e413d887ceb1af850ac7ba5034151e.tar.gz |
updated for version 7.0077
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r-- | src/gui_w32.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c index e83ff4060..8d0a4cef0 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -3966,6 +3966,7 @@ gui_mch_destroy_sign(sign) vim_free(sign); } } +#endif #if defined(FEAT_BEVAL) || defined(PROTO) @@ -4231,5 +4232,3 @@ netbeans_draw_multisign_indicator(int row) SetPixel(s_hdc, x+2, y, gui.currFgColor); } #endif - -#endif |