only define wxUSE_GUI if not already defined; this is needed for multilib build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
380ba753ff
commit
d6b95c13df
@ -208,7 +208,9 @@
|
|||||||
/*
|
/*
|
||||||
* Use GUI
|
* Use GUI
|
||||||
*/
|
*/
|
||||||
|
#ifndef wxUSE_GUI
|
||||||
#define wxUSE_GUI 0
|
#define wxUSE_GUI 0
|
||||||
|
#endif
|
||||||
/*
|
/*
|
||||||
* Don't use GUI (defined to 1 when compiling/using base only)
|
* Don't use GUI (defined to 1 when compiling/using base only)
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user