diff --git a/libft2.map.txt b/libft2.map.txt index 4671ad62b..14c37fe15 100644 --- a/libft2.map.txt +++ b/libft2.map.txt @@ -1,13 +1,13 @@ LIBFT2 { global: - FT_Done_Face; # vndk - FT_Done_FreeType; # vndk - FT_Get_Char_Index; # vndk - FT_Init_FreeType; # vndk - FT_Load_Glyph; # vndk - FT_New_Face; # vndk - FT_New_Memory_Face; # vndk - FT_Set_Char_Size; # vndk + FT_Done_Face; # llndk + FT_Done_FreeType; # llndk + FT_Get_Char_Index; # llndk + FT_Init_FreeType; # llndk + FT_Load_Glyph; # llndk + FT_New_Face; # llndk + FT_New_Memory_Face; # llndk + FT_Set_Char_Size; # llndk local: *; };