]> git.saurik.com Git - wxWidgets.git/commitdiff
unconditionally include coretext-replacement function when having a deployment target...
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 28 Jun 2012 12:11:50 +0000 (12:11 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 28 Jun 2012 12:11:50 +0000 (12:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/core/fontenum.cpp

index f6afd4954590e5046461a8017dfde452c895498f..3d6c0b5c335419133b55ffc12b4be82da8bb9595 100644 (file)
@@ -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
             //