From be2572a3253abcd49f8f634658db75443addfcfd Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 7 Jun 2005 16:55:08 +0000 Subject: [PATCH] wxGetWinVersion() must be exported from base DLL, not core git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/msw/private.h b/include/wx/msw/private.h index d76b3ae85a..a7f98d9804 100644 --- a/include/wx/msw/private.h +++ b/include/wx/msw/private.h @@ -736,7 +736,7 @@ enum wxWinVersion wxWinVersion_NT6 = 0x0600 }; -WXDLLEXPORT wxWinVersion wxGetWinVersion(); +WXDLLIMPEXP_BASE wxWinVersion wxGetWinVersion(); #if wxUSE_GUI -- 2.47.2