]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stdpaths.h
[1001483] wxGetPasswordFromUser now uses wxPasswordEntryDialog instead of wxTextEntry...
[wxWidgets.git] / include / wx / stdpaths.h
index dba20f0284e499d3055c1442a5a9c432bd181d81..8721d015d0e33b4415f0a2a733647a119f74772e 100644 (file)
@@ -91,6 +91,8 @@ protected:
     #include "wx/msw/stdpaths.h"
 #elif defined(__WXMAC__) || defined(__WXCOCOA__)
     #include "wx/mac/corefoundation/stdpaths.h"
+#elif defined(__OS2__)
+    #include "wx/os2/stdpaths.h"
 #elif defined(__UNIX__)
     #include "wx/unix/stdpaths.h"
 #endif