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.

61 lines
1.1 KiB

  1. ; -----------------------------------------------------------------
  2. ; File name: FESTRCNV.DEF
  3. ;
  4. ; This is the module definition file for FESTRCNV.DLL, a multiple-
  5. ; segment DLL that exports several routines for converting FarEast
  6. ; characters.
  7. ;
  8. ; Owner : Tetsuhide Akaishi
  9. ; Revision : 1.00 07/25/'95 Masahiro Teragawa
  10. ;
  11. ; Copyright (c) 1995 Microsoft Corporation. All rights reserved.
  12. ; -----------------------------------------------------------------
  13. LIBRARY FESTRCNV
  14. ;VERSION 1.0
  15. ;CODE PRELOAD MOVEABLE DISCARDABLE
  16. ;DATA PRELOAD SINGLE
  17. ;SECTIONS
  18. ; ._WINCAP READ WRITE SHARED
  19. EXPORTS
  20. DLLEntry
  21. ;
  22. ; Public Fonctions for All FarEast
  23. ;
  24. PC_to_UNIX
  25. UNIX_to_PC
  26. ;
  27. ; Internal Fonctions for Japanese
  28. ;
  29. DetectJPNCode
  30. ShiftJIS_to_JIS
  31. ShiftJIS_to_EUC
  32. ; JIS_to_EUC
  33. JIS_to_ShiftJIS
  34. ; EUC_to_JIS
  35. EUC_to_ShiftJIS
  36. ;#ifdef IEXPLORE
  37. ;
  38. ; Extended function for IExplore
  39. ;
  40. FCC_Init
  41. FCC_GetCurrentEncodingMode
  42. ;#endif
  43. ;#ifdef INETSERVER
  44. ;
  45. ; Extended function for Internet Server ISAPI Filter
  46. ;
  47. SJISCheckLastChar
  48. ;#endif