X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ff20b9f009c108493550d259b0c78dc44dcfdff..8d18e3653e85fb6dbb00ef13dae3dae1fd46007e:/include/wx/dlimpexp.h diff --git a/include/wx/dlimpexp.h b/include/wx/dlimpexp.h index e2baeb9f04..9160ad84c7 100644 --- a/include/wx/dlimpexp.h +++ b/include/wx/dlimpexp.h @@ -53,7 +53,7 @@ # define WXIMPORT __declspec(dllimport) #elif defined(HAVE_VISIBILITY) # define WXEXPORT __attribute__ ((visibility("default"))) -# define WXIMPORT +# define WXIMPORT __attribute__ ((visibility("default"))) #endif /* for other platforms/compilers we don't anything */