2020-09-30 17:12:32 +02:00

27 lines
821 B
Modula-2
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

LIBRARY MLANG
DESCRIPTION 'MultiLanguage Support'
EXPORTS
DllGetClassObject PRIVATE
DllCanUnloadNow PRIVATE
DllRegisterServer PRIVATE
DllUnregisterServer PRIVATE
; Font Linking stuff
GetGlobalFontLinkObject PRIVATE
; Character conversion stuff
IsConvertINetStringAvailable @110
ConvertINetString @111
ConvertINetUnicodeToMultiByte @112
ConvertINetMultiByteToUnicode @113
ConvertINetReset @114
; Rfc1766 and LCID mapping stuff
LcidToRfc1766A @120
LcidToRfc1766W @121
Rfc1766ToLcidA @122
Rfc1766ToLcidW @123