]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.357
- new
[packages/vim.git] / 7.3.357
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.357
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.357
11 Problem:    Compiler warning in MS-Windows console build.
12 Solution:   Adjust return type of PrintHookProc(). (Mike Williams)
13 Files:      src/os_mswin.c
14
15
16 *** ../vim-7.3.356/src/os_mswin.c       2011-09-21 20:09:38.000000000 +0200
17 --- src/os_mswin.c      2011-11-30 13:41:13.000000000 +0100
18 ***************
19 *** 1869,1875 ****
20   
21   #ifndef FEAT_GUI
22   
23 !     static UINT CALLBACK
24   PrintHookProc(
25         HWND hDlg,      // handle to dialog box
26         UINT uiMsg,     // message identifier
27 --- 1869,1875 ----
28   
29   #ifndef FEAT_GUI
30   
31 !     static UINT_PTR CALLBACK
32   PrintHookProc(
33         HWND hDlg,      // handle to dialog box
34         UINT uiMsg,     // message identifier
35 *** ../vim-7.3.356/src/version.c        2011-11-30 13:03:24.000000000 +0100
36 --- src/version.c       2011-11-30 13:41:55.000000000 +0100
37 ***************
38 *** 716,717 ****
39 --- 716,719 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     357,
43   /**/
44
45 -- 
46 hundred-and-one symptoms of being an internet addict:
47 215. Your mouse-clicking forearm rivals Popeye's.
48
49  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
50 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
52  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.029018 seconds and 3 git commands to generate.