made declaration of WXDLL_ENTRY_FUNCTION match it definition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -229,7 +229,7 @@ extern wxLibraries wxTheLibraries;
|
|||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
#define WXDLL_ENTRY_FUNCTION() \
|
#define WXDLL_ENTRY_FUNCTION() \
|
||||||
extern "C" WXEXPORT wxClassInfo *wxGetClassFirst(); \
|
extern "C" WXEXPORT const wxClassInfo *wxGetClassFirst(); \
|
||||||
const wxClassInfo *wxGetClassFirst() { \
|
const wxClassInfo *wxGetClassFirst() { \
|
||||||
return wxClassInfo::GetFirst(); \
|
return wxClassInfo::GetFirst(); \
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user