Source code of Windows XP (NT5)
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.
|
|
; ----------------------------------------------------------------- ; File name: FESTRCNV.DEF ; ; This is the module definition file for FESTRCNV.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 FESTRCNV
;VERSION 1.0
;CODE PRELOAD MOVEABLE DISCARDABLE ;DATA PRELOAD SINGLE
;SECTIONS ; ._WINCAP READ WRITE SHARED
EXPORTS
DLLEntry
; ; Public Fonctions for All FarEast ;
PC_to_UNIX UNIX_to_PC
; ; Internal Fonctions for Japanese ;
DetectJPNCode ShiftJIS_to_JIS ShiftJIS_to_EUC ; JIS_to_EUC JIS_to_ShiftJIS ; EUC_to_JIS EUC_to_ShiftJIS
;#ifdef IEXPLORE ; ; Extended function for IExplore ;
FCC_Init FCC_GetCurrentEncodingMode ;#endif
;#ifdef INETSERVER ; ; Extended function for Internet Server ISAPI Filter ; SJISCheckLastChar ;#endif
|