summaryrefslogtreecommitdiffstats
path: root/src/proto/os_mswin.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-09-23 21:53:41 +0200
committerBram Moolenaar <Bram@vim.org>2014-09-23 21:53:41 +0200
commitcddc91ccb4cc0989fa0169a343289873a6d2d651 (patch)
tree8e9efe82b872ff18875e2c2e765f4b7e501fe571 /src/proto/os_mswin.pro
parentcfc216e7b00690805aef8683fab000654937191d (diff)
updated for version 7.4.459v7.4.459
Problem: Can't change the icon after building Vim. Solution: Load the icon from a file on startup. (Yasuhiro Matsumoto)
Diffstat (limited to 'src/proto/os_mswin.pro')
-rw-r--r--src/proto/os_mswin.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/os_mswin.pro b/src/proto/os_mswin.pro
index 0d29979cf8..b56ee56568 100644
--- a/src/proto/os_mswin.pro
+++ b/src/proto/os_mswin.pro
@@ -21,6 +21,7 @@ int mch_has_wildcard __ARGS((char_u *p));
int mch_chdir __ARGS((char *path));
int can_end_termcap_mode __ARGS((int give_msg));
int mch_screenmode __ARGS((char_u *arg));
+int mch_icon_load __ARGS((HANDLE *iconp));
int mch_libcall __ARGS((char_u *libname, char_u *funcname, char_u *argstring, int argint, char_u **string_result, int *number_result));
void DumpPutS __ARGS((const char *psz));
int mch_get_winpos __ARGS((int *x, int *y));