mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
52 lines
1.8 KiB
Modula-2
52 lines
1.8 KiB
Modula-2
; The contents of this file are subject to the Interbase Public
|
|
; License Version 1.0 (the "License"); you may not use this file
|
|
; except in compliance with the License. You may obtain a copy
|
|
; of the License at http://www.Inprise.com/IPL.html
|
|
;
|
|
; Software distributed under the License is distributed on an
|
|
; "AS IS" basis, 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 Inprise Corporation
|
|
; and its predecessors. Portions created by Inprise Corporation are
|
|
; Copyright (C) Inprise Corporation.
|
|
;
|
|
; All Rights Reserved.
|
|
; Contributor(s): ______________________________________.
|
|
;------------------------------------------------------------
|
|
; INTERNATIONAL DLL MODULE DEFINITION FILE
|
|
;------------------------------------------------------------
|
|
|
|
; NS 2014-07-10: This file is actually not used during build process
|
|
; All INTL exports are specified in source code using FB_DLL_EXPORT
|
|
|
|
LIBRARY INTL
|
|
|
|
DESCRIPTION 'INTERBASE INTERNATIONAL DLL'
|
|
CODE MOVEABLE
|
|
DATA MOVEABLE
|
|
SEGMENTS
|
|
_TEXT DISCARDABLE
|
|
LD_TEXT DISCARDABLE
|
|
LD2_TEXT DISCARDABLE
|
|
CV_NARRO_TEXT DISCARDABLE
|
|
CS_NARRO_TEXT DISCARDABLE
|
|
LC_NARRO_TEXT DISCARDABLE
|
|
LC_ASCII_TEXT DISCARDABLE
|
|
LC_LATIN_TEXT DISCARDABLE
|
|
LC_DOS_TEXT DISCARDABLE
|
|
CS_UNICO_TEXT DISCARDABLE
|
|
LC_UNICO_TEXT DISCARDABLE
|
|
CS_UTFFS_TEXT DISCARDABLE
|
|
CV_JIS_TEXT DISCARDABLE
|
|
LC_JIS_TEXT DISCARDABLE
|
|
CS_JIS_TEXT DISCARDABLE
|
|
INTLWEP_TEXT PRELOAD
|
|
CS_JIS_2_TEXT DISCARDABLE
|
|
DLLSHELL_TEXT PRELOAD
|
|
|
|
EXPORTS
|
|
_LD_lookup @2
|
|
WEP @1 RESIDENTNAME
|