]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filename.cpp
Better text control non-selection solution
[wxWidgets.git] / src / common / filename.cpp
index dd770afb715de38d38e30017931361dc2f7fe6ba..b70eb4fd8d5896e9102d508d363404c34918a12d 100644 (file)
 extern const wxULongLong wxInvalidSize = (unsigned)-1;
 #endif // wxUSE_LONGLONG
 
-#ifdef __WIN32__
-    // this define is missing from VC6 headers
-    #ifndef INVALID_FILE_ATTRIBUTES
-        #define INVALID_FILE_ATTRIBUTES ((DWORD)-1)
-    #endif
-#endif // __WIN32__
-
 namespace
 {