don't use native headers in wxUniv build (this doesn't even link under MSW)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-03-09 12:57:10 +00:00
parent 9661b95b6b
commit 98a14ab488

View 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