diff options
-rwxr-xr-x | sal/util/sal.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map index aab50f4ead83..0257905cce30 100755 --- a/sal/util/sal.map +++ b/sal/util/sal.map @@ -216,6 +216,7 @@ UDK_2_0_0 { rtl_locale_register; rtl_locale_setDefault; rtl_str_compare; + rtl_str_compareIgnoreCase; rtl_str_compare_WithLength; rtl_str_equalsIgnoreCase; rtl_str_equalsIgnoreCase_WithLength; |