]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msgdlg.h
wxHTML fixes
[wxWidgets.git] / include / wx / msgdlg.h
index 48d1a3c214d686684817822772c0114ca841a5ad..02e43e1f0b761360ac0b943770ba39b46e1ba412 100644 (file)
@@ -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"