Need to ensure WXEXPORT and WXIMPORT are not defined for EMX or INNOTEK builds when compiling with WXMAKINGDLL=1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
803a0ba6b6
commit
fd92852491
@ -36,6 +36,9 @@
|
||||
want that!
|
||||
*/
|
||||
# define WXIMPORT
|
||||
# elif defined(__EMX__)
|
||||
# define WXEXPORT
|
||||
# define WXIMPORT
|
||||
# elif (!(defined(__VISAGECPP__) && (__IBMCPP__ < 400 || __IBMC__ < 400 )))
|
||||
# define WXEXPORT _Export
|
||||
# define WXIMPORT _Export
|
||||
|
Loading…
Reference in New Issue
Block a user