mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.0 KiB
53 lines
1.0 KiB
; -----------------------------------------------------------------
|
|
; File name: FECHRCNV.DEF
|
|
;
|
|
; This is the module definition file for FECHRCNV.DLL, a multiple-
|
|
; segment DLL that exports several routines for converting FarEast
|
|
; characters.
|
|
;
|
|
; Owner : Tetsuhide Akaishi
|
|
; Revision : 1.00 07/25/'95 Masahiro Teragawa
|
|
;
|
|
; Copyright (c) 1995 Microsoft Corporation. All rights reserved.
|
|
; -----------------------------------------------------------------
|
|
|
|
LIBRARY FECHRCNV
|
|
|
|
DESCRIPTION "Far East Character convert DLL for Win32"
|
|
|
|
VERSION 1.0
|
|
|
|
CODE PRELOAD MOVEABLE DISCARDABLE
|
|
DATA PRELOAD SINGLE
|
|
|
|
SECTIONS
|
|
._WINCAP READ WRITE SHARED
|
|
|
|
EXPORTS
|
|
|
|
;
|
|
; Public Fonctions for All FarEast
|
|
;
|
|
|
|
PC_to_UNIX @1
|
|
UNIX_to_PC @2
|
|
|
|
;
|
|
; Internal Fonctions for Japanese
|
|
;
|
|
|
|
DetectJPNCode @3
|
|
ShiftJIS_to_JIS @4
|
|
ShiftJIS_to_EUC @5
|
|
; JIS_to_EUC @6
|
|
JIS_to_ShiftJIS @7
|
|
; EUC_to_JIS @8
|
|
EUC_to_ShiftJIS @9
|
|
|
|
;
|
|
; Extended function for IExplore
|
|
;
|
|
|
|
FCC_Init @10
|
|
FCC_GetCurrentEncodingMode @11
|
|
|