From: Sylvain Bougnoux Date: Mon, 19 Jul 1999 17:10:29 +0000 (+0000) Subject: cosmetic, added some comment X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8506d95db494b020068bf2a7a69763b0f2b661b5?ds=inline cosmetic, added some comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/treectrl.h b/include/wx/generic/treectrl.h index 5f51dafd8b..ba5bb3ef6d 100644 --- a/include/wx/generic/treectrl.h +++ b/include/wx/generic/treectrl.h @@ -31,6 +31,9 @@ WXDLLEXPORT_DATA(extern const char*) wxTreeCtrlNameStr; #include "wx/pen.h" #include "wx/dynarray.h" +//those defines should only be done in generic/treectrl.h, +//because wxMSW doesn't allow mutiple selection + #ifndef wxTR_SINGLE #define wxTR_SINGLE 0x0000 #define wxTR_MULTIPLE 0x0020