[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : gavin
Repository : xara
Revision : 737
Date : Wed Mar 29 16:09:09 BST 2006
Changed paths:
M /Trunk/XaraLX/wxOil/fontbase.h
Changed fontbase.h so that it does not define LOGFONT under MSW only.
Diff:
Index: Trunk/XaraLX/wxOil/fontbase.h
===================================================================
--- Trunk/XaraLX/wxOil/fontbase.h (revision 736)
+++ Trunk/XaraLX/wxOil/fontbase.h (revision 737)
@@ -133,7 +133,8 @@
};
// The kernel likes dealing with LOGFONT and ENUMLOGFONT structures, so we do it this favour
-/*
+
+#if !defined(__WXMSW__)
struct LOGFONT
{
String_64 FaceName;
@@ -144,7 +145,8 @@
{
LOGFONT elfLogFont;
};
-*/
+#endif
+
/********************************************************************************************
> class FontBase : public CCObject
Xara