]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/choice.h
applied Greg's refinment of hist treectrl patch
[wxWidgets.git] / include / wx / choice.h
index b94a76c6e20e36685babd1506be4df6d8268d4bd..6110e4b35b60588ff6782103313c22d504a476b7 100644 (file)
@@ -63,7 +63,9 @@ public:
 // include the platform-dependent class definition
 // ----------------------------------------------------------------------------
 
-#if defined(__WXMSW__)
+#if defined(__WXUNIVERSAL__)
+    #include "wx/univ/choice.h"
+#elif defined(__WXMSW__)
     #include "wx/msw/choice.h"
 #elif defined(__WXMOTIF__)
     #include "wx/motif/choice.h"