From: Vadim Zeitlin Date: Tue, 7 Jun 2005 16:45:06 +0000 (+0000) Subject: forgot to export wxGetWinVersion() from DLL X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3cbb739d3d0de23d3abb942bbf81fb232211798d?ds=inline forgot to export wxGetWinVersion() from DLL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/private.h b/include/wx/msw/private.h index 883ad9932c..d76b3ae85a 100644 --- a/include/wx/msw/private.h +++ b/include/wx/msw/private.h @@ -736,7 +736,7 @@ enum wxWinVersion wxWinVersion_NT6 = 0x0600 }; -extern wxWinVersion wxGetWinVersion(); +WXDLLEXPORT wxWinVersion wxGetWinVersion(); #if wxUSE_GUI