]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ownerdrw.h
MinGW-w64 provides isfinite() in both 32 and 64 bit builds.
[wxWidgets.git] / include / wx / ownerdrw.h
index 242f508193b6f0ecdaf19547d2b23240c18123c1..b25f5cc71a4237f23e8da87dffc43c89211476b4 100644 (file)
@@ -1,10 +1,9 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        ownerdrw.h
+// Name:        wx/ownerdrw.h
 // Purpose:     interface for owner-drawn GUI elements
 // Author:      Vadim Zeitlin
 // Modified by: Marcin Malich
 // Created:     11.11.97
-// RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -19,6 +18,8 @@
 #include "wx/font.h"
 #include "wx/colour.h"
 
+class WXDLLIMPEXP_FWD_CORE wxDC;
+
 // ----------------------------------------------------------------------------
 // wxOwnerDrawn - a mix-in base class, derive from it to implement owner-drawn
 //                behaviour