Ticket #69117: harfbuzz_hb-coretext.patch

File harfbuzz_hb-coretext.patch, 347 bytes (added by rmottola (Riccardo), 4 months ago)

define patch for harfbuzz

  • src/hb-coretext.h

    old new  
    3030#include "hb.h"
    3131
    3232#include <TargetConditionals.h>
    33 #if TARGET_OS_IPHONE
     33#if defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE
    3434#  include <CoreText/CoreText.h>
    3535#  include <CoreGraphics/CoreGraphics.h>
    3636#else