git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12667
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
bool wxFileName::IsCaseSensitive( wxPathFormat format )
{
// only DOS and OpenVMS filenames are case-sensitive
bool wxFileName::IsCaseSensitive( wxPathFormat format )
{
// only DOS and OpenVMS filenames are case-sensitive
- return ( GetFormat(format) != wxPATH_DOS &
- GetFormat(format) != wxPATH_VMS );
+ return GetFormat(format) != wxPATH_DOS && GetFormat(format) != wxPATH_VMS;
}
bool wxFileName::IsRelative( wxPathFormat format )
}
bool wxFileName::IsRelative( wxPathFormat format )