X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e421922f90186d0619a806d277a0a2182e61b5fb..a264ece2c5b95171a222f37b856df9af2577f3bf:/include/wx/msgdlg.h?ds=sidebyside 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"