Remove MSW code targeted at versions prior to WinXP.
In 3.1 WinXP is required so remove checks and code for prior versions.
This commit is contained in:
@@ -2606,13 +2606,6 @@ bool wxFileName::SetTimes(const wxDateTime *dtAccess,
|
||||
int flags;
|
||||
if ( IsDir() )
|
||||
{
|
||||
if ( wxGetOsVersion() == wxOS_WINDOWS_9X )
|
||||
{
|
||||
wxLogError(_("Setting directory access times is not supported "
|
||||
"under this OS version"));
|
||||
return false;
|
||||
}
|
||||
|
||||
path = GetPath();
|
||||
flags = FILE_FLAG_BACKUP_SEMANTICS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user