]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/treectrl.h
minor clean up
[wxWidgets.git] / include / wx / treectrl.h
index 1a2cc60c1c4651c70a1288122a90ad31ae89092f..4c720bb17f40c4e4267683621d2bb275b674f156 100644 (file)
@@ -7,7 +7,9 @@
 // include the platform-dependent wxTreeCtrl class
 // ----------------------------------------------------------------------------
 
-#if defined(__WXMSW__)
+#if defined(__WXUNIVERSAL__)
+    #include "wx/generic/treectlg.h"
+#elif defined(__WXMSW__)
     #ifdef __WIN16__
         #include "wx/generic/treectlg.h"
     #else
@@ -34,7 +36,5 @@
 #endif
 */
 
-#endif
-    // _WX_TREECTRL_H_BASE_
-
+#endif // _WX_TREECTRL_H_BASE_