X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/371a5b4e62eb415107e045588f614fa49e866e78..449110cd746414d5f77db428babe20b84720c73a:/include/wx/dir.h diff --git a/include/wx/dir.h b/include/wx/dir.h index e0b69e7ea3..7cb355ff5b 100644 --- a/include/wx/dir.h +++ b/include/wx/dir.h @@ -18,6 +18,7 @@ #ifndef WX_PRECOMP #include "wx/string.h" + #include "wx/arrstr.h" #endif // ---------------------------------------------------------------------------- @@ -49,7 +50,7 @@ enum wxDirTraverseResult // wxDirTraverser: helper class for wxDir::Traverse() // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxDirTraverser +class WXDLLIMPEXP_BASE wxDirTraverser { public: // called for each file found by wxDir::Traverse() @@ -79,9 +80,9 @@ public: // wxDir: portable equivalent of {open/read/close}dir functions // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxDirData; +class WXDLLIMPEXP_BASE wxDirData; -class WXDLLEXPORT wxDir +class WXDLLIMPEXP_BASE wxDir { public: // test for existence of a directory with the given name @@ -141,7 +142,7 @@ public: int flags = wxDIR_DEFAULT); private: - friend class WXDLLEXPORT wxDirData; + friend class wxDirData; wxDirData *m_data; @@ -149,3 +150,4 @@ private: }; #endif // _WX_DIR_H_ +