]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.424 v7.3.424
authorBram Moolenaar <Bram@vim.org>
Sat, 4 Feb 2012 21:01:48 +0000 (22:01 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 4 Feb 2012 21:01:48 +0000 (22:01 +0100)
Problem:    Win16 version missing some functions.
Solution:   Add #defines for the functions.

src/gui_w16.c
src/version.c

index 5ef8c103124745c2a56a7af9587b6b6a82cb297d..aa287d9d7c126e13b18c100705a985341555ccbf 100644 (file)
  *
  */
 
+/* Win16 doesn't use the "W" methods. */
+#define pDispatchMessage DispatchMessage
+#define pGetMessage GetMessage
+#define pIsDialogMessage IsDialogMessage
+#define pPeekMessage PeekMessage
+
 /*
  * Include the common stuff for MS-Windows GUI.
  */
index be5ef96bd156e4a68df6eb7bb37a25123b71225c..89ac1d0cdffe092890f1fdb4eeb491b8fc60f276 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    424,
 /**/
     423,
 /**/