From d1a00499b1f62bb40cb49ff54a04fa4c9bdf6469 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 28 Jun 2012 12:11:50 +0000 Subject: [PATCH] unconditionally include coretext-replacement function when having a deployment target of 10.5 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/core/fontenum.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osx/core/fontenum.cpp b/src/osx/core/fontenum.cpp index f6afd49545..3d6c0b5c33 100644 --- a/src/osx/core/fontenum.cpp +++ b/src/osx/core/fontenum.cpp @@ -53,7 +53,7 @@ bool wxFontEnumerator::EnumerateFacenames(wxFontEncoding encoding, else #endif { -#if (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_6) && wxOSX_USE_ATSU_TEXT +#if (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_6) // // From Apple's QA 1471 http://developer.apple.com/qa/qa2006/qa1471.html // -- 2.47.2