forked from aniani/vim
updated for version 7.2-000
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user