don't compile generic wxMessageDialog w/ GTK+2, it's not used (forgot to commit this)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-06-24 18:08:02 +00:00
parent 55d8199638
commit 9d830d3ea1

View File

@@ -20,7 +20,7 @@
#pragma hdrstop
#endif
#if wxUSE_MSGDLG
#if wxUSE_MSGDLG && !defined(__WXGTK20__)
#ifndef WX_PRECOMP
#include "wx/utils.h"
@@ -162,5 +162,5 @@ void wxGenericMessageDialog::OnCancel(wxCommandEvent& WXUNUSED(event))
}
}
#endif // wxUSE_MSGDLG
#endif // wxUSE_MSGDLG && !defined(__WXGTK20__)