diff options
Diffstat (limited to 'src/os_mswin.c')
-rw-r--r-- | src/os_mswin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os_mswin.c b/src/os_mswin.c index ce4420b33..6d043269d 100644 --- a/src/os_mswin.c +++ b/src/os_mswin.c @@ -2357,6 +2357,8 @@ mch_print_set_fg(unsigned long fgcol) #endif /*FEAT_PRINTER && !FEAT_POSTSCRIPT*/ + + #if defined(FEAT_SHORTCUT) || defined(PROTO) # include <shlobj.h> |