WXIMPORT must specify default visibility too, otherwise things like typeinfo may break subtly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
# define WXIMPORT __declspec(dllimport)
|
# define WXIMPORT __declspec(dllimport)
|
||||||
#elif defined(HAVE_VISIBILITY)
|
#elif defined(HAVE_VISIBILITY)
|
||||||
# define WXEXPORT __attribute__ ((visibility("default")))
|
# define WXEXPORT __attribute__ ((visibility("default")))
|
||||||
# define WXIMPORT
|
# define WXIMPORT __attribute__ ((visibility("default")))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* for other platforms/compilers we don't anything */
|
/* for other platforms/compilers we don't anything */
|
||||||
|
Reference in New Issue
Block a user