X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e421922f90186d0619a806d277a0a2182e61b5fb..bf7d7ee7062f7f6028df40e43745235658e38b4d:/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"