X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e0a050e347b1ece07ad5f165ba1b1d16edbeae77..1a07a730f05b69977e567fab04b415f1e6a81440:/src/msw/msgdlg.cpp diff --git a/src/msw/msgdlg.cpp b/src/msw/msgdlg.cpp index 76eda81fc9..061b9211a2 100644 --- a/src/msw/msgdlg.cpp +++ b/src/msw/msgdlg.cpp @@ -16,6 +16,8 @@ #pragma hdrstop #endif +#if wxUSE_MSGDLG + #include "wx/msgdlg.h" #ifndef WX_PRECOMP @@ -132,3 +134,5 @@ int wxMessageDialog::ShowModal() } return ans; } + +#endif // wxUSE_MSGDLG