]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/fontdlg.cpp
fixed missing Idle events
[wxWidgets.git] / src / msw / fontdlg.cpp
index 40fc00a1a52ce6199282ac503148b3c9558f0a35..75fcd09d3883a383c3717cef460091e2050d4fd6 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
 /////////////////////////////////////////////////////////////////////////////
 
@@ -38,7 +38,7 @@
 
 #include "wx/fontdlg.h"
 
-#if !defined(__WIN32__) || defined(__SALFORDC__) || defined(__WXWINE__)
+#if !defined(__WIN32__) || defined(__SALFORDC__)
 #include <windows.h>
 #include <commdlg.h>
 #endif