]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msgdlg.h
Add a note about a few other wxGTK changes that were made
[wxWidgets.git] / include / wx / msgdlg.h
index 397642e1897b47b6c497605a503025c50f296b3c..b16aa2569d57bfe25df9848cc6fd59a6a2528bc0 100644 (file)
@@ -39,7 +39,9 @@ private:
     long m_dialogStyle;
 };
 
-#if defined(__WXUNIVERSAL__) || defined(__WXGPE__)
+#if defined(__WX_COMPILING_MSGDLGG_CPP__)
+#include "wx/generic/msgdlgg.h"
+#elif defined(__WXUNIVERSAL__) || defined(__WXGPE__)
 #include "wx/generic/msgdlgg.h"
 #elif defined(__WXPALMOS__)
 #include "wx/palmos/msgdlg.h"