]> git.saurik.com Git - wxWidgets.git/commitdiff
don't use native headers in wxUniv build (this doesn't even link under MSW)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Mar 2008 12:57:10 +0000 (12:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Mar 2008 12:57:10 +0000 (12:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/datavgen.cpp

index 54baeb4de21aa7a094c962f3333465566032bcb3..12420c5dde5ac5aa3a0721014e3ef85784a93f84 100644 (file)
@@ -63,7 +63,7 @@ static const int EXPANDER_MARGIN = 4;
 // wxDataViewHeaderWindow
 //-----------------------------------------------------------------------------
 
-#define USE_NATIVE_HEADER_WINDOW    1
+#define USE_NATIVE_HEADER_WINDOW    !defined(__WXUNIVERSAL__)
 
 //Below is the compare stuff
 //For the generic implements, both the leaf nodes and the nodes are sorted for fast search when needed