Merge branch 'rmv_symbols_3' of https://github.com/catalinr/wxWidgets
Remove obsolete mentions of Windows 9x, Windows CE and OS/2.
This commit is contained in:
@@ -668,7 +668,7 @@ wxFileSystemObjectExists(const wxString& path, int flags)
|
||||
// Anything else must be a file (perhaps we should check for
|
||||
// FILE_ATTRIBUTE_REPARSE_POINT?)
|
||||
return acceptFile;
|
||||
#else // Non-MSW, non-OS/2
|
||||
#else // Non-MSW
|
||||
wxStructStat st;
|
||||
if ( !StatAny(st, strPath, flags) )
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user