comparison src/os_mswin.c @ 440:eb531146be0e v7.0114

updated for version 7.0114
author vimboss
date Sat, 23 Jul 2005 22:25:46 +0000
parents 9595cf1d80a7
children a5fcf36ef512
comparison
equal deleted inserted replaced
439:8d2b705a5a51 440:eb531146be0e
2355 SetTextColor(prt_dlg.hDC, GetNearestColor(prt_dlg.hDC, swap_me(fgcol))); 2355 SetTextColor(prt_dlg.hDC, GetNearestColor(prt_dlg.hDC, swap_me(fgcol)));
2356 } 2356 }
2357 2357
2358 #endif /*FEAT_PRINTER && !FEAT_POSTSCRIPT*/ 2358 #endif /*FEAT_PRINTER && !FEAT_POSTSCRIPT*/
2359 2359
2360
2361
2360 #if defined(FEAT_SHORTCUT) || defined(PROTO) 2362 #if defined(FEAT_SHORTCUT) || defined(PROTO)
2361 # include <shlobj.h> 2363 # include <shlobj.h>
2362 2364
2363 /* 2365 /*
2364 * When "fname" is the name of a shortcut (*.lnk) resolve the file it points 2366 * When "fname" is the name of a shortcut (*.lnk) resolve the file it points