X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f822acceeee524d6e37fcbcaec3d795319c58d50..827fb0e455814783e74a0a211b408e788a386246:/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 {