X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/86c6fc77e16b4d9e21734f0af071f62ebd4237c8..d05ff890b4e796f06e9de5829632b567e7219725:/src/msw/timer.cpp diff --git a/src/msw/timer.cpp b/src/msw/timer.cpp index fae7e00d87..21f40cfb03 100644 --- a/src/msw/timer.cpp +++ b/src/msw/timer.cpp @@ -31,6 +31,7 @@ #endif #include "wx/msw/private.h" +#include "wx/msw/private/hiddenwin.h" // ---------------------------------------------------------------------------- // private globals @@ -76,11 +77,6 @@ UINT_PTR GetNewTimerId(wxMSWTimerImpl *t) LRESULT APIENTRY _EXPORT wxTimerWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam); -// implemented in utils.cpp -extern "C" WXDLLIMPEXP_BASE HWND -wxCreateHiddenWindow(LPCTSTR *pclassname, LPCTSTR classname, WNDPROC wndproc); - - // ---------------------------------------------------------------------------- // wxTimerHiddenWindowModule: used to manage the hidden window used for // catching timer messages (we need a module to ensure that the window is