X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..4388f060552cc537e71e957d32f35e9d75a61233:/icuSources/layoutex/layout/playout.h diff --git a/icuSources/layoutex/layout/playout.h b/icuSources/layoutex/layout/playout.h index 1d98e16e..0101a98c 100644 --- a/icuSources/layoutex/layout/playout.h +++ b/icuSources/layoutex/layout/playout.h @@ -1,6 +1,6 @@ /* * - * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved + * (C) Copyright IBM Corp. 1998-2011 - All Rights Reserved * */ @@ -13,6 +13,7 @@ */ #include "unicode/ubidi.h" #if ! UCONFIG_NO_BREAK_ITERATION +#ifndef U_HIDE_INTERNAL_API #include "layout/LETypes.h" #include "plruns.h" @@ -460,5 +461,6 @@ pl_getVisualRunDescent(const pl_visualRun *run); U_INTERNAL le_int32 U_EXPORT2 pl_getVisualRunLeading(const pl_visualRun *run); +#endif /* U_HIDE_INTERNAL_API */ #endif #endif