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
This commit is contained in:
Vadim Zeitlin 2005-06-07 16:55:08 +00:00
parent 3cbb739d3d
commit be2572a325

View File

@ -736,7 +736,7 @@ enum wxWinVersion
wxWinVersion_NT6 = 0x0600 wxWinVersion_NT6 = 0x0600
}; };
WXDLLEXPORT wxWinVersion wxGetWinVersion(); WXDLLIMPEXP_BASE wxWinVersion wxGetWinVersion();
#if wxUSE_GUI #if wxUSE_GUI