From 7b999c863b902a7bd900af9147575e0a3c74f9bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 12 Jun 2004 21:22:05 +0000 Subject: [PATCH] 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 --- samples/dialogs/dialogs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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__) \ ) -- 2.45.2