X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1b08e84a191caaa975569e0cac89658058c7730..616c0d1f3ac084bb92f0a75dc48812e8647f1b22:/include/wx/stdpaths.h?ds=inline diff --git a/include/wx/stdpaths.h b/include/wx/stdpaths.h index eac35d3957..1bf5af0831 100644 --- a/include/wx/stdpaths.h +++ b/include/wx/stdpaths.h @@ -171,7 +171,7 @@ protected: }; #if wxUSE_STDPATHS - #if defined(__WXMSW__) + #if defined(__WINDOWS__) #include "wx/msw/stdpaths.h" #define wxHAS_NATIVE_STDPATHS // We want CoreFoundation paths on both CarbonLib and Darwin (for all ports) @@ -184,9 +184,6 @@ protected: #elif defined(__UNIX__) #include "wx/unix/stdpaths.h" #define wxHAS_NATIVE_STDPATHS - #elif defined(__PALMOS__) - #include "wx/palmos/stdpaths.h" - #define wxHAS_NATIVE_STDPATHS #endif #endif