Karsten Hopp a91375
To: vim_dev@googlegroups.com
Karsten Hopp a91375
Subject: Patch 7.3.244
Karsten Hopp a91375
Fcc: outbox
Karsten Hopp a91375
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp a91375
Mime-Version: 1.0
Karsten Hopp a91375
Content-Type: text/plain; charset=UTF-8
Karsten Hopp a91375
Content-Transfer-Encoding: 8bit
Karsten Hopp a91375
------------
Karsten Hopp a91375
Karsten Hopp a91375
Patch 7.3.244
Karsten Hopp a91375
Problem:    MS-Windows: Build problem with old compiler. (John Beckett)
Karsten Hopp a91375
Solution:   Only use HandleToLong() when available. (Mike Williams)
Karsten Hopp a91375
Files:	    src/gui_w32.c
Karsten Hopp a91375
Karsten Hopp a91375
Karsten Hopp a91375
*** ../vim-7.3.243/src/gui_w32.c	2011-05-25 21:18:02.000000000 +0200
Karsten Hopp a91375
--- src/gui_w32.c	2011-07-07 17:42:36.000000000 +0200
Karsten Hopp a91375
***************
Karsten Hopp a91375
*** 1574,1579 ****
Karsten Hopp a91375
--- 1574,1583 ----
Karsten Hopp a91375
  #endif
Karsten Hopp a91375
  
Karsten Hopp a91375
  #ifdef FEAT_EVAL
Karsten Hopp a91375
+ # if _MSC_VER < 1400
Karsten Hopp a91375
+ /* HandleToLong() only exists in compilers that can do 64 bit builds */
Karsten Hopp a91375
+ #  define HandleToLong(h) ((long)(h))
Karsten Hopp a91375
+ # endif
Karsten Hopp a91375
      /* set the v:windowid variable */
Karsten Hopp a91375
      set_vim_var_nr(VV_WINDOWID, HandleToLong(s_hwnd));
Karsten Hopp a91375
  #endif
Karsten Hopp a91375
*** ../vim-7.3.243/src/version.c	2011-07-07 17:36:52.000000000 +0200
Karsten Hopp a91375
--- src/version.c	2011-07-07 17:43:21.000000000 +0200
Karsten Hopp a91375
***************
Karsten Hopp a91375
*** 711,712 ****
Karsten Hopp a91375
--- 711,714 ----
Karsten Hopp a91375
  {   /* Add new patch number below this line */
Karsten Hopp a91375
+ /**/
Karsten Hopp a91375
+     244,
Karsten Hopp a91375
  /**/
Karsten Hopp a91375
Karsten Hopp a91375
-- 
Karsten Hopp a91375
hundred-and-one symptoms of being an internet addict:
Karsten Hopp a91375
262. Your computer has it's own phone line - but your daughter doesn't.
Karsten Hopp a91375
Karsten Hopp a91375
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp a91375
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp a91375
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp a91375
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///