Fixed menubar on WinCE
Removed some obsolete files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -98,7 +98,7 @@ bool wxTimer::Start(int milliseconds, bool oneShot)
|
||||
|
||||
#ifdef __WXWINCE__
|
||||
m_id = ::SetTimer(NULL, (UINT)(m_id ? m_id : 1),
|
||||
(UINT)m_milli, (void (__stdcall *)(struct HWND__ *,unsigned int,unsigned int,unsigned long)) wxTimerProc);
|
||||
(UINT)m_milli, (TIMERPROC) wxTimerProc);
|
||||
#else
|
||||
TIMERPROC wxTimerProcInst = (TIMERPROC)
|
||||
MakeProcInstance((FARPROC)wxTimerProc, wxGetInstance());
|
||||
|
Reference in New Issue
Block a user