1
0
forked from aniani/vim

updated for version 7.2-000

This commit is contained in:
Bram Moolenaar
2008-08-09 17:55:22 +00:00
parent a6404a4e10
commit ed39e1d53c
170 changed files with 445 additions and 310 deletions

View File

@@ -1728,8 +1728,15 @@ swap_me(COLORREF colorref)
return colorref;
}
/* Attempt to make this work for old and new compilers */
#if _MSC_VER < 1300
# define PDP_RETVAL BOOL
#else
# define PDP_RETVAL INT_PTR
#endif
/*ARGSUSED*/
static BOOL CALLBACK
static PDP_RETVAL CALLBACK
PrintDlgProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
{
#ifdef FEAT_GETTEXT