summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
fc3463c)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5289
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
-#if defined(__GNUWIN32__)
- #define wxFONTENUMPROC int(*)(ENUMLOGFONTEX *, NEWTEXTMETRICEX*, int, LPARAM)
+#if defined(__GNUWIN32__)
+ //BJ : FIXME? I have the second implementation in 2.95. Does it work with other versions?
+ // #define wxFONTENUMPROC int(*)(ENUMLOGFONTEX *, NEWTEXTMETRICEX*, int, LPARAM)
+ #define wxFONTENUMPROC int(*)(const LOGFONTA *, const TEXTMETRICA *, long unsigned int, LPARAM)
#else
#define wxFONTENUMPROC FONTENUMPROC
#endif
#else
#define wxFONTENUMPROC FONTENUMPROC
#endif