summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2011-11-30 13:42:44 +0100
committerBram Moolenaar <bram@vim.org>2011-11-30 13:42:44 +0100
commit0e1b417321f37d361431f88331013b52cd25aecf (patch)
treeb32254d5e0c0d5fe3264b1522040f9013c91925d /src
parent63c74fe6307385b83d035b6e7e4040aec29c4c13 (diff)
downloadvim-0e1b417321f37d361431f88331013b52cd25aecf.tar.gz
updated for version 7.3.357v7.3.357v7-3-357
Problem: Compiler warning in MS-Windows console build. Solution: Adjust return type of PrintHookProc(). (Mike Williams)
Diffstat (limited to 'src')
-rw-r--r--src/os_mswin.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/os_mswin.c b/src/os_mswin.c
index 839c3df5..b4f662ad 100644
--- a/src/os_mswin.c
+++ b/src/os_mswin.c
@@ -1869,7 +1869,7 @@ AbortProc(HDC hdcPrn, int iCode)
#ifndef FEAT_GUI
- static UINT CALLBACK
+ static UINT_PTR CALLBACK
PrintHookProc(
HWND hDlg, // handle to dialog box
UINT uiMsg, // message identifier
diff --git a/src/version.c b/src/version.c
index 7a13d131..2e3922e9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 357,
+/**/
356,
/**/
355,