Fixed duplicate symbol link error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -65,7 +65,7 @@ WX_DEFINE_USER_EXPORTED_OBJARRAY(wxDynamicLibraryDetailsArray);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// for MSW/Unix it is defined in platform-specific file
|
// for MSW/Unix it is defined in platform-specific file
|
||||||
#if !(defined(__WXMSW__) && (!defined(__UNIX__) || defined(__EMX__)))
|
#if !(defined(__WXMSW__) || defined(__UNIX__)) || defined(__EMX__)
|
||||||
|
|
||||||
wxDllType wxDynamicLibrary::GetProgramHandle()
|
wxDllType wxDynamicLibrary::GetProgramHandle()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user