]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/filedlg.cpp
1. registry files corresponding to the recent registry.h changes
[wxWidgets.git] / src / msw / filedlg.cpp
index db3b773dd0f1338d8cd8868e2d26b66da8d9a259..30d397bf4fc07320ceef4999236879c9eddc3732 100644 (file)
 #include <stdio.h>
 #include "wx/defs.h"
 #include "wx/utils.h"
+#include "wx/msgdlg.h"
 #include "wx/dialog.h"
 #include "wx/filedlg.h"
+#include "wx/intl.h"
 #endif
 
 #include <windows.h>
 
-#ifndef __WIN32__
+#if !defined(__WIN32__) || defined(__SALFORDC__)
 #include <commdlg.h>
 #endif