X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e5b507581053d7a11b5c1419dc3ac5c31904236b..020e385d47a4a76f1d7246a9751c35e1001db38b:/include/wx/msgdlg.h diff --git a/include/wx/msgdlg.h b/include/wx/msgdlg.h index 397642e189..8c367fb9b6 100644 --- a/include/wx/msgdlg.h +++ b/include/wx/msgdlg.h @@ -1,18 +1,18 @@ ///////////////////////////////////////////////////////////////////////////// // Name: wx/msgdlgg.h // Purpose: common header and base class for wxMessageDialog -// Author: wxWidgets Team +// Author: Julian Smart // Modified by: // Created: // RCS-ID: $Id$ -// Copyright: (c) wxWidgets +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_MSGDLG_H_BASE_ #define _WX_MSGDLG_H_BASE_ -#include "wx/setup.h" +#include "wx/defs.h" #if wxUSE_MSGDLG @@ -39,7 +39,9 @@ private: long m_dialogStyle; }; -#if defined(__WXUNIVERSAL__) || defined(__WXGPE__) +#if defined(__WX_COMPILING_MSGDLGG_CPP__) +#include "wx/generic/msgdlgg.h" +#elif defined(__WXUNIVERSAL__) || defined(__WXGPE__) #include "wx/generic/msgdlgg.h" #elif defined(__WXPALMOS__) #include "wx/palmos/msgdlg.h" @@ -47,10 +49,12 @@ private: #include "wx/msw/msgdlg.h" #elif defined(__WXMOTIF__) #include "wx/motif/msgdlg.h" -#elif defined(__WXGTK__) && defined(__WXGTK20__) +#elif defined(__WXGTK20__) #include "wx/gtk/msgdlg.h" #elif defined(__WXGTK__) #include "wx/generic/msgdlgg.h" +#elif defined(__WXGTK__) +#include "wx/generic/msgdlgg.h" #elif defined(__WXMAC__) #include "wx/mac/msgdlg.h" #elif defined(__WXCOCOA__)