forgot to export wxGetWinVersion() from DLL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
688e04b18f
commit
3cbb739d3d
@ -736,7 +736,7 @@ enum wxWinVersion
|
||||
wxWinVersion_NT6 = 0x0600
|
||||
};
|
||||
|
||||
extern wxWinVersion wxGetWinVersion();
|
||||
WXDLLEXPORT wxWinVersion wxGetWinVersion();
|
||||
|
||||
#if wxUSE_GUI
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user