X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e421922f90186d0619a806d277a0a2182e61b5fb..a467ac36a568c8ed1c43604fd7f1f2b2d3b6efc2:/include/wx/msgdlg.h diff --git a/include/wx/msgdlg.h b/include/wx/msgdlg.h index 48d1a3c214..02e43e1f0b 100644 --- a/include/wx/msgdlg.h +++ b/include/wx/msgdlg.h @@ -3,7 +3,9 @@ #if wxUSE_MSGDLG -#if defined(__WXMSW__) +#if defined(__WXUNIVERSAL__) +#include "wx/generic/msgdlgg.h" +#elif defined(__WXMSW__) #include "wx/msw/msgdlg.h" #elif defined(__WXMOTIF__) #include "wx/motif/msgdlg.h"