wxMSWGetColumnClicked must be dllexport'd to be used from another (adv) DLL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -919,7 +919,7 @@ void wxDataViewHeaderWindowBase::SendEvent(wxEventType type, unsigned int n)
|
|||||||
#if defined(__WXMSW__) && USE_NATIVE_HEADER_WINDOW
|
#if defined(__WXMSW__) && USE_NATIVE_HEADER_WINDOW
|
||||||
|
|
||||||
// implemented in msw/listctrl.cpp:
|
// implemented in msw/listctrl.cpp:
|
||||||
unsigned int wxMSWGetColumnClicked(NMHDR *nmhdr, POINT *ptClick);
|
int WXDLLIMPEXP_CORE wxMSWGetColumnClicked(NMHDR *nmhdr, POINT *ptClick);
|
||||||
|
|
||||||
IMPLEMENT_ABSTRACT_CLASS(wxDataViewHeaderWindowMSW, wxWindow)
|
IMPLEMENT_ABSTRACT_CLASS(wxDataViewHeaderWindowMSW, wxWindow)
|
||||||
|
|
||||||
|
@@ -1770,7 +1770,7 @@ bool wxListCtrl::MSWCommand(WXUINT cmd, WXWORD id)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// utility used by wxListCtrl::MSWOnNotify and by wxDataViewHeaderWindowMSW::MSWOnNotify
|
// utility used by wxListCtrl::MSWOnNotify and by wxDataViewHeaderWindowMSW::MSWOnNotify
|
||||||
int wxMSWGetColumnClicked(NMHDR *nmhdr, POINT *ptClick)
|
int WXDLLIMPEXP_CORE wxMSWGetColumnClicked(NMHDR *nmhdr, POINT *ptClick)
|
||||||
{
|
{
|
||||||
wxASSERT(nmhdr && ptClick);
|
wxASSERT(nmhdr && ptClick);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user