X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f822acceeee524d6e37fcbcaec3d795319c58d50..13b4df952c77383f50696e51fcbaa2d8bbd3b3b9:/src/common/filename.cpp diff --git a/src/common/filename.cpp b/src/common/filename.cpp index dd770afb71..b70eb4fd8d 100644 --- a/src/common/filename.cpp +++ b/src/common/filename.cpp @@ -153,13 +153,6 @@ 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 {