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:
Vadim Zeitlin
2007-03-07 20:40:48 +00:00
parent d8a4b666cf
commit a68962fc90
2 changed files with 2 additions and 2 deletions

View File

@@ -1770,7 +1770,7 @@ bool wxListCtrl::MSWCommand(WXUINT cmd, WXWORD id)
}
// 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);