diff options
Diffstat (limited to 'WebCore/platform/text/mac/ShapeArabic.h')
-rw-r--r-- | WebCore/platform/text/mac/ShapeArabic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/platform/text/mac/ShapeArabic.h b/WebCore/platform/text/mac/ShapeArabic.h index 2f85ea0..8aa577d 100644 --- a/WebCore/platform/text/mac/ShapeArabic.h +++ b/WebCore/platform/text/mac/ShapeArabic.h @@ -26,6 +26,8 @@ #ifndef ShapeArabic_h #define ShapeArabic_h +#if USE(ATSUI) + #include <unicode/ushape.h> #ifdef __cplusplus @@ -38,4 +40,5 @@ int32_t shapeArabic(const UChar *source, int32_t sourceLength, UChar *dest, int3 } #endif +#endif // USE(ATSUI) #endif // ShapeArabic_h |