Remove obsolete _EXPORT macro not used under Win32.
This was a leftover from bad old Win16 days.
This commit is contained in:
@@ -73,8 +73,8 @@ UINT_PTR GetNewTimerId(wxMSWTimerImpl *t)
|
||||
// private functions
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
LRESULT APIENTRY _EXPORT wxTimerWndProc(HWND hWnd, UINT message,
|
||||
WPARAM wParam, LPARAM lParam);
|
||||
LRESULT APIENTRY
|
||||
wxTimerWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxTimerHiddenWindowModule: used to manage the hidden window used for
|
||||
@@ -161,8 +161,8 @@ void wxProcessTimer(wxMSWTimerImpl& timer)
|
||||
}
|
||||
|
||||
|
||||
LRESULT APIENTRY _EXPORT wxTimerWndProc(HWND hWnd, UINT message,
|
||||
WPARAM wParam, LPARAM lParam)
|
||||
LRESULT APIENTRY
|
||||
wxTimerWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
if ( message == WM_TIMER )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user