From: Václav Slavík Date: Sat, 12 Jun 2004 21:22:05 +0000 (+0000) Subject: compilation fixes for GTK (this looks weird for other platforms, too...) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7b999c863b902a7bd900af9147575e0a3c74f9bf 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 --- diff --git a/samples/dialogs/dialogs.h b/samples/dialogs/dialogs.h index 16b915ac85..2073b2dcc8 100644 --- a/samples/dialogs/dialogs.h +++ b/samples/dialogs/dialogs.h @@ -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__) \ )