]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/msgdlg.cpp
Move wxCocoa's wxFontRefData from the header to the implementation file.
[wxWidgets.git] / src / msw / msgdlg.cpp
index 76eda81fc92f0981b514a5053f382857ae0f16ed..061b9211a2850441e9282fa599e6e98f71eac77d 100644 (file)
@@ -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