X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9cfc7f4f68ab77a02cd855bf3ed1f88283af7d75..32bcf97466effcd064f239561763aff56e7d79c6:/src/msw/timer.cpp diff --git a/src/msw/timer.cpp b/src/msw/timer.cpp index cbe60a28fb..a82534c492 100644 --- a/src/msw/timer.cpp +++ b/src/msw/timer.cpp @@ -27,6 +27,7 @@ #include "wx/intl.h" #include "wx/log.h" #include "wx/hashmap.h" + #include "wx/module.h" #endif #include "wx/msw/private.h" @@ -53,7 +54,7 @@ static wxTimerMap& TimerMap() // ---------------------------------------------------------------------------- // private functions // ---------------------------------------------------------------------------- - + LRESULT APIENTRY _EXPORT wxTimerWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);