Leaked source code of windows server 2003
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.

27 lines
919 B

  1. LIBRARY MLANG
  2. ; DESCRIPTION is obsolete and gives the IA64 linker the heebie-jeebies
  3. ;DESCRIPTION 'MultiLanguage Support'
  4. EXPORTS
  5. DllGetClassObject PRIVATE
  6. DllCanUnloadNow PRIVATE
  7. DllRegisterServer PRIVATE
  8. DllUnregisterServer PRIVATE
  9. ; Font Linking stuff
  10. GetGlobalFontLinkObject PRIVATE
  11. ; Character conversion stuff
  12. IsConvertINetStringAvailable @110
  13. ConvertINetString @111
  14. ConvertINetUnicodeToMultiByte @112
  15. ConvertINetMultiByteToUnicode @113
  16. ConvertINetReset @114
  17. ; Rfc1766 and LCID mapping stuff
  18. LcidToRfc1766A @120
  19. LcidToRfc1766W @121
  20. Rfc1766ToLcidA @122
  21. Rfc1766ToLcidW @123