]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dir.h
Missing CHARSET_HANGUL fix.
[wxWidgets.git] / include / wx / dir.h
index 317ad785930f8a352d44645beb9f5bd7e61c86cc..7cb355ff5b278ec825964fb08160fd57bab6b69a 100644 (file)
@@ -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_BASE 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_BASE wxDirData;
+class WXDLLIMPEXP_BASE wxDirData;
 
-class WXDLLEXPORT_BASE wxDir
+class WXDLLIMPEXP_BASE wxDir
 {
 public:
     // test for existence of a directory with the given name