define HDS_DRAGDROP and HDS_FULLDRAG if the SDK is too old to define them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1193,6 +1193,13 @@ void wxDataViewHeaderWindowBase::SendEvent(wxEventType type, unsigned int n)
|
|||||||
|
|
||||||
#if defined(__WXMSW__) && USE_NATIVE_HEADER_WINDOW
|
#if defined(__WXMSW__) && USE_NATIVE_HEADER_WINDOW
|
||||||
|
|
||||||
|
#ifndef HDS_DRAGDROP
|
||||||
|
#define HDS_DRAGDROP 0x0040
|
||||||
|
#endif
|
||||||
|
#ifndef HDS_FULLDRAG
|
||||||
|
#define HDS_FULLDRAG 0x0080
|
||||||
|
#endif
|
||||||
|
|
||||||
// implemented in msw/listctrl.cpp:
|
// implemented in msw/listctrl.cpp:
|
||||||
int WXDLLIMPEXP_CORE wxMSWGetColumnClicked(NMHDR *nmhdr, POINT *ptClick);
|
int WXDLLIMPEXP_CORE wxMSWGetColumnClicked(NMHDR *nmhdr, POINT *ptClick);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user