X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/97f278b45316c0e6eca8d721bca94e45c1c771a2..28e5e577e4d26332a7ebdf7d1dc7492807fa1601:/src/msw/timer.cpp diff --git a/src/msw/timer.cpp b/src/msw/timer.cpp index 23810b7a3e..796db83d7a 100644 --- a/src/msw/timer.cpp +++ b/src/msw/timer.cpp @@ -38,7 +38,7 @@ #include "wx/msw/private.h" // from utils.cpp -extern "C" HWND +extern "C" WXDLLIMPEXP_BASE HWND wxCreateHiddenWindow(LPCTSTR *pclassname, LPCTSTR classname, WNDPROC wndproc); // ----------------------------------------------------------------------------