]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
Better text control non-selection solution
[wxWidgets.git] / src / common / filefn.cpp
index f887f465d9d22575684f85469b036aa23f617994..d7ed0b83fdd1b856d63841d2690ac747f2fcfa73 100644 (file)
     #define _MAXPATHLEN 1024
 #endif
 
-#ifndef INVALID_FILE_ATTRIBUTES
-    #define INVALID_FILE_ATTRIBUTES ((DWORD)-1)
-#endif
-
 // ----------------------------------------------------------------------------
 // private globals
 // ----------------------------------------------------------------------------
@@ -1349,7 +1345,7 @@ wxString wxFindFirstFile(const wxString& spec, int flags)
 
     if ( !gs_dir->IsOpened() )
     {
-        wxLogSysError(_("Can not enumerate files '%s'"), spec);
+        wxLogSysError(_("Cannot enumerate files '%s'"), spec);
         return wxEmptyString;
     }