From 1b19f0560fa6c220595e060239c74f843ca55b68 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 14 Oct 1998 17:11:12 +0000 Subject: [PATCH] Removed windows.h and friend function. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/timer.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/wx/msw/timer.h b/include/wx/msw/timer.h index a728aede17..1db218cbfc 100644 --- a/include/wx/msw/timer.h +++ b/include/wx/msw/timer.h @@ -17,8 +17,6 @@ #endif #include "wx/object.h" -#include - 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)