X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e5b507581053d7a11b5c1419dc3ac5c31904236b..7b625c31205fb23cc6bb379e9997df98d78f6ab1:/include/wx/msgdlg.h diff --git a/include/wx/msgdlg.h b/include/wx/msgdlg.h index 397642e189..b16aa2569d 100644 --- a/include/wx/msgdlg.h +++ b/include/wx/msgdlg.h @@ -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"