]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fontcmn.cpp
don't ignore start parameter in find_last_of()
[wxWidgets.git] / src / common / fontcmn.cpp
index d173a4dfdc2b6c05874495fff529f009c79929d5..764a4ed47e783d7a93c9ef7be8f433b1322afa23 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     20.09.99
 // RCS-ID:      $Id$
 // Copyright:   (c) wxWindows team
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
 #endif // WX_PRECOMP
 
 #include "wx/gdicmn.h"
+
+#if defined(__WXMSW__)
+  #include  "wx/msw/private.h"  // includes windows.h for LOGFONT
+  #include  "wx/msw/winundef.h"
+#endif
+
 #include "wx/fontutil.h" // for wxNativeFontInfo
 #include "wx/fontmap.h"