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.

30 lines
600 B

  1. libmlang.so.1
  2. {
  3. global:
  4. DllGetClassObject;
  5. DllCanUnloadNow;
  6. DllRegisterServer;
  7. DllUnregisterServer;
  8. # ; Character conversion stuff
  9. IsConvertINetStringAvailable;
  10. ConvertINetString;
  11. ConvertINetUnicodeToMultiByte;
  12. ConvertINetMultiByteToUnicode;
  13. ConvertINetReset;
  14. # ; Rfc1766 and LCID mapping stuff
  15. LcidToRfc1766A;
  16. LcidToRfc1766W;
  17. Rfc1766ToLcidA;
  18. Rfc1766ToLcidW;
  19. # DIP required
  20. _____mlang_initDLL;
  21. local:
  22. *;
  23. };