compilation fixes for GTK (this looks weird for other platforms, too...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#define USE_COLOURDLG_GENERIC \
|
||||
( \
|
||||
wxUSE_COLOURDLG && \
|
||||
( defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXGTK20__) ) && \
|
||||
( defined(__WXMSW__) || defined(__WXMAC__) ) && \
|
||||
!defined(__WXUNIVERSAL__) \
|
||||
)
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#define USE_FONTDLG_GENERIC \
|
||||
( \
|
||||
wxUSE_FONTDLG && \
|
||||
( defined(__WXMSW__) || defined(__WXGTK__) || defined(__WXPM__) ) && \
|
||||
( defined(__WXMSW__) || defined(__WXPM__) ) && \
|
||||
!defined(__WXUNIVERSAL__) \
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user