disable generic version, it's not ready to be committed just yet
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -163,7 +163,7 @@ protected: | ||||
|  | ||||
| #if defined(__WXMSW__) && !defined(__WXUNIVERSAL__) | ||||
|     #include "wx/msw/headercol.h" | ||||
| #else | ||||
| #elif 0 // TODO | ||||
|     #define wxHAS_GENERIC_HEADERCOL | ||||
|     #include "wx/generic/headercolg.h" | ||||
| #endif | ||||
|   | ||||
| @@ -134,7 +134,7 @@ private: | ||||
|  | ||||
| #if defined(__WXMSW__) && !defined(__WXUNIVERSAL__) | ||||
|     #include "wx/msw/headerctrl.h" | ||||
| #else // !native MSW | ||||
| #elif 0 // TODO | ||||
|     #define wxHAS_GENERIC_HEADERCTRL | ||||
|     #include "wx/generic/headerctrl.h" | ||||
| #endif // platform | ||||
|   | ||||
		Reference in New Issue
	
	Block a user