projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff5a1c5
)
Removed windows.h and friend function.
author
Julian Smart
<julian@anthemion.co.uk>
Wed, 14 Oct 1998 17:11:12 +0000
(17:11 +0000)
committer
Julian Smart
<julian@anthemion.co.uk>
Wed, 14 Oct 1998 17:11:12 +0000
(17:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@828
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/msw/timer.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/msw/timer.h
b/include/wx/msw/timer.h
index a728aede1781dfc49b0a886ae9a1268c09826b5c..1db218cbfca63afac0ed7ccd2e50bb930492083a 100644
(file)
--- a/
include/wx/msw/timer.h
+++ b/
include/wx/msw/timer.h
@@
-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)