Remove obsolete _EXPORT macro not used under Win32.
This was a leftover from bad old Win16 days.
This commit is contained in:
@@ -90,10 +90,8 @@ SpinForTextCtrl gs_spinForTextCtrl;
|
||||
// wnd proc for the buddy text ctrl
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
LRESULT APIENTRY _EXPORT wxBuddyTextWndProc(HWND hwnd,
|
||||
UINT message,
|
||||
WPARAM wParam,
|
||||
LPARAM lParam)
|
||||
LRESULT APIENTRY
|
||||
wxBuddyTextWndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
wxSpinCtrl * const spin = wxSpinCtrl::GetSpinForTextCtrl(hwnd);
|
||||
|
||||
|
Reference in New Issue
Block a user