]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/filedlg.cpp
Removed conflict markers.
[wxWidgets.git] / src / msw / filedlg.cpp
index 7df3db8961b0908e0886f775f9e34d7aefe3f12b..0de0f976be9743e95cde64bff3785800ac8882aa 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -43,7 +43,7 @@
 
 #include "wx/msw/private.h"
 
-#if !defined(__WIN32__) || defined(__SALFORDC__) || defined(__WXWINE__)
+#if !defined(__WIN32__) || defined(__SALFORDC__)
     #include <commdlg.h>
 #endif