Macro cleanup: FEAT_SHORTCUT, replace with WIN32

This commit is contained in:
Hettomei 2015-05-14 23:21:08 +02:00 committed by Justin M. Keyes
parent b69f1b85f5
commit 3b06ce200b
2 changed files with 2 additions and 2 deletions

View File

@ -3576,7 +3576,7 @@ void fname_expand(buf_T *buf, char_u **ffname, char_u **sfname)
*sfname = *ffname;
*ffname = (char_u *)fix_fname((char *)*ffname); /* expand to full path */
#ifdef FEAT_SHORTCUT
#ifdef WIN32
if (!buf->b_p_bin) {
char_u *rfname;

View File

@ -12427,7 +12427,7 @@ static void f_resolve(typval_T *argvars, typval_T *rettv)
#endif
p = get_tv_string(&argvars[0]);
#ifdef FEAT_SHORTCUT
#ifdef WIN32
{
char_u *v = NULL;