comparison src/misc2.c @ 11:4424b47a0797

updated for version 7.0003
author vimboss
date Wed, 30 Jun 2004 16:16:41 +0000
parents 3fc0f57ecb91
children 3ba373b54370
comparison
equal deleted inserted replaced
10:4e2284e71352 11:4424b47a0797
2666 } 2666 }
2667 return State; 2667 return State;
2668 } 2668 }
2669 2669
2670 #if defined(FEAT_SESSION) || defined(MSWIN) || defined(FEAT_GUI_MAC) \ 2670 #if defined(FEAT_SESSION) || defined(MSWIN) || defined(FEAT_GUI_MAC) \
2671 || (defined(FEAT_GUI_GTK) \ 2671 || ((defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE)) \
2672 && (defined(FEAT_WINDOWS) || defined(FEAT_DND))) \ 2672 && ( defined(FEAT_WINDOWS) || defined(FEAT_DND)) ) \
2673 || defined(FEAT_SUN_WORKSHOP) || defined(FEAT_NETBEANS_INTG) \ 2673 || defined(FEAT_SUN_WORKSHOP) || defined(FEAT_NETBEANS_INTG) \
2674 || defined(PROTO) 2674 || defined(PROTO)
2675 /* 2675 /*
2676 * Change to a file's directory. 2676 * Change to a file's directory.
2677 * Caller must call shorten_fnames()! 2677 * Caller must call shorten_fnames()!