8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Postfix for #7169 - Add LD_lookup_texttype_with_status in fbintl.vers.

This commit is contained in:
Adriano dos Santos Fernandes 2022-04-21 22:34:10 -03:00
parent 674cd26580
commit 953f42bbdd
2 changed files with 7 additions and 6 deletions

View File

@ -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 <nickolay@broadviewsoftware.com>
# 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

View File

@ -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