[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : phil
Repository : xara
Revision : 749
Date : Fri Mar 31 11:43:02 BST 2006
Changed paths:
M /Trunk/XaraLX/wxOil/ftfonts.cpp
Martin W's change to make DumpString64User available in Release builds (will be an empty function and should be optimised away).
Diff:
Index: Trunk/XaraLX/wxOil/ftfonts.cpp
===================================================================
--- Trunk/XaraLX/wxOil/ftfonts.cpp (revision 748)
+++ Trunk/XaraLX/wxOil/ftfonts.cpp (revision 749)
@@ -1,4 +1,4 @@
-// $Id: wxOil/ftfonts.cpp, 1, 01-Jan-2006, Anonymous $
+// $Id$
/* @@tag:xara-cn@@ DO NOT MODIFY THIS LINE
================================XARAHEADERSTART===========================
@@ -200,7 +200,7 @@
Author: Mike_Kenny (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 01/9/95
- Returns: TRUE if the TrueType mangler is actually running and can be used on this OpSys
+ Returns: TRUE if the FreeType manager is actually running and can be used on this OpSys
Purpose: Determine whether we can make further calls to the TrueType Manager
********************************************************************************************/
@@ -212,13 +212,11 @@
}
// debugging routine to conveniently output a String_64 string
-#ifdef _DEBUG
static void DumpString64User(char* user, TCHAR* msg, String_64* pString)
{
TRACEUSER(user, msg);
TRACEUSER(user, (TCHAR*)(*pString)); // use TCHAR* conversion operator
}
-#endif
/********************************************************************************************
Xara