X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/233058c7abe360926b8e905de1a49884e2035130..b6e5eaa59701315ca06996ff845872ca4122695f:/include/wx/treectrl.h diff --git a/include/wx/treectrl.h b/include/wx/treectrl.h index 1a2cc60c1c..4c720bb17f 100644 --- a/include/wx/treectrl.h +++ b/include/wx/treectrl.h @@ -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_