Removed windows.h and friend function.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ff5a1c54e8
commit
1b19f0560f
@ -17,8 +17,6 @@
|
||||
#endif
|
||||
|
||||
#include "wx/object.h"
|
||||
#include <windows.h>
|
||||
|
||||
|
||||
class WXDLLEXPORT wxTimer : public wxObject
|
||||
{
|
||||
@ -45,8 +43,6 @@ public:
|
||||
|
||||
private:
|
||||
DECLARE_ABSTRACT_CLASS(wxTimer)
|
||||
|
||||
friend UINT WINAPI wxTimerProc(HWND WXUNUSED(hwnd), WORD, int idTimer, DWORD);
|
||||
};
|
||||
|
||||
// Timer functions (milliseconds)
|
||||
|
Loading…
Reference in New Issue
Block a user