From 953f42bbdd306bb2704df5598f75ddc6a7ae8430 Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes Date: Thu, 21 Apr 2022 22:34:10 -0300 Subject: [PATCH] Postfix for #7169 - Add LD_lookup_texttype_with_status in fbintl.vers. --- builds/posix/fbintl.vers | 11 ++++++----- src/common/intlobj_new.h | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/builds/posix/fbintl.vers b/builds/posix/fbintl.vers index a91d69b660..ffadaaff23 100644 --- a/builds/posix/fbintl.vers +++ b/builds/posix/fbintl.vers @@ -7,25 +7,26 @@ # you may not use this file except in compliance with the # License. You may obtain a copy of the License at # http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_idpl. -# +# # Software distributed under the License is distributed AS IS, # WITHOUT WARRANTY OF ANY KIND, either express or implied. # See the License for the specific language governing rights # and limitations under the License. -# +# # The Original Code was created by Nickolay Samofatov # for the Firebird Open Source RDBMS project. -# +# # Copyright (c) 2004 Nickolay Samofatov # and all contributors signed below. -# +# # All Rights Reserved. # Contributor(s): ______________________________________. # Adriano dos Santos Fernandes -# +# # LD_lookup_charset LD_lookup_texttype +LD_lookup_texttype_with_status LD_setup_attributes LD_version diff --git a/src/common/intlobj_new.h b/src/common/intlobj_new.h index b2dd4055fb..859f1e4d57 100644 --- a/src/common/intlobj_new.h +++ b/src/common/intlobj_new.h @@ -393,7 +393,7 @@ typedef ULONG (*pfn_INTL_setup_attributes) ( #define TEXTTYPE_ENTRYPOINT LD_lookup_texttype -#define TEXTTYPE_WITH_STATUS_ENTRYPOINT LD_lookup_texttype_with_status +#define TEXTTYPE_WITH_STATUS_ENTRYPOINT LD_lookup_texttype_with_status #define CHARSET_ENTRYPOINT LD_lookup_charset #define INTL_VERSION_ENTRYPOINT LD_version #define INTL_SETUP_ATTRIBUTES_ENTRYPOINT LD_setup_attributes