073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.464
073263
Fcc: outbox
073263
From: Bram Moolenaar <Bram@moolenaar.net>
073263
Mime-Version: 1.0
073263
Content-Type: text/plain; charset=UTF-8
073263
Content-Transfer-Encoding: 8bit
073263
------------
073263
073263
Patch 7.4.464 (after 7.4.459)
073263
Problem:    Compiler warning.
073263
Solution:   Add type cast. (Ken Takata)
073263
Files:	    src/gui_w32.c
073263
073263
073263
*** ../vim-7.4.463/src/gui_w32.c	2014-09-23 21:53:35.306849352 +0200
073263
--- src/gui_w32.c	2014-10-06 18:05:22.109272899 +0200
073263
***************
073263
*** 1667,1673 ****
073263
  	HANDLE	hIcon = NULL;
073263
  
073263
  	if (mch_icon_load(&hIcon) == OK && hIcon != NULL)
073263
! 	    SendMessage(s_hwnd, WM_SETICON, ICON_SMALL, hIcon);
073263
      }
073263
  
073263
  #ifdef FEAT_MENU
073263
--- 1667,1673 ----
073263
  	HANDLE	hIcon = NULL;
073263
  
073263
  	if (mch_icon_load(&hIcon) == OK && hIcon != NULL)
073263
! 	    SendMessage(s_hwnd, WM_SETICON, ICON_SMALL, (LPARAM)hIcon);
073263
      }
073263
  
073263
  #ifdef FEAT_MENU
073263
*** ../vim-7.4.463/src/version.c	2014-09-29 18:08:54.591952271 +0200
073263
--- src/version.c	2014-10-06 18:08:26.921273303 +0200
073263
***************
073263
*** 743,744 ****
073263
--- 743,746 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     464,
073263
  /**/
073263
073263
-- 
073263
hundred-and-one symptoms of being an internet addict:
073263
230. You spend your Friday nights typing away at your keyboard
073263
073263
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
073263
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
073263
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
073263
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///