Mercurial > hg > RemoteEditor > vim7
comparison src/gui_w16.c @ 48:67300faee616 v7-3-618
v7-3-618
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 01 Aug 2012 18:08:28 +0900 |
parents | c16898406ff2 |
children |
comparison
equal
deleted
inserted
replaced
47:6c0584ec21b1 | 48:67300faee616 |
---|---|
18 * | 18 * |
19 * Vince Negri then butchered the code to get it compiling for | 19 * Vince Negri then butchered the code to get it compiling for |
20 * 16-bit windows. | 20 * 16-bit windows. |
21 * | 21 * |
22 */ | 22 */ |
23 | |
24 /* Win16 doesn't use the "W" methods. */ | |
25 #define pDispatchMessage DispatchMessage | |
26 #define pGetMessage GetMessage | |
27 #define pIsDialogMessage IsDialogMessage | |
28 #define pPeekMessage PeekMessage | |
23 | 29 |
24 /* | 30 /* |
25 * Include the common stuff for MS-Windows GUI. | 31 * Include the common stuff for MS-Windows GUI. |
26 */ | 32 */ |
27 #include "gui_w48.c" | 33 #include "gui_w48.c" |
1096 int type, | 1102 int type, |
1097 char_u *title, | 1103 char_u *title, |
1098 char_u *message, | 1104 char_u *message, |
1099 char_u *buttons, | 1105 char_u *buttons, |
1100 int dfltbutton, | 1106 int dfltbutton, |
1101 char_u *textfield) | 1107 char_u *textfield, |
1108 int ex_cmd) | |
1102 { | 1109 { |
1103 FARPROC dp; | 1110 FARPROC dp; |
1104 LPWORD p, pnumitems; | 1111 LPWORD p, pnumitems; |
1105 int numButtons; | 1112 int numButtons; |
1106 int *buttonWidths, *buttonPositions; | 1113 int *buttonWidths, *buttonPositions; |