X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/996d3fe3f80a5954439d6a57c858ac43d2576cf2..9b9a7c3331eda5d674e3f67eb0add00df1bcf907:/include/wx/filename.h diff --git a/include/wx/filename.h b/include/wx/filename.h index dc8eb3020d..b351bf4d7e 100644 --- a/include/wx/filename.h +++ b/include/wx/filename.h @@ -40,7 +40,7 @@ class WXDLLIMPEXP_FWD_BASE wxFFile; // this symbol is defined for the platforms where file systems use volumes in // paths -#if defined(__WXMSW__) || defined(__DOS__) || defined(__OS2__) +#if defined(__WINDOWS__) || defined(__DOS__) || defined(__OS2__) #define wxHAS_FILESYSTEM_VOLUMES #endif