]> git.saurik.com Git - wxWidgets.git/commitdiff
compile guard
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 11 Apr 2007 15:37:40 +0000 (15:37 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 11 Apr 2007 15:37:40 +0000 (15:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/treectrl.cpp

index b0b1d60211e1ea519db9b3fb81476dffa89160fb..23143017f3afd774f0ae662c92ecac30900f685f 100644 (file)
@@ -520,7 +520,9 @@ wxBEGIN_FLAGS( wxTreeCtrlStyle )
     wxFLAGS_MEMBER(wxTR_HAS_VARIABLE_ROW_HEIGHT)
     wxFLAGS_MEMBER(wxTR_SINGLE)
     wxFLAGS_MEMBER(wxTR_MULTIPLE)
+#if WXWIN_COMPATIBILITY_2_8
     wxFLAGS_MEMBER(wxTR_EXTENDED)
+#endif
     wxFLAGS_MEMBER(wxTR_DEFAULT_STYLE)
 
 wxEND_FLAGS( wxTreeCtrlStyle )