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.
 
 
 
 
 
 

30 lines
570 B

libmlang.so.1
{
global:
DllGetClassObject;
DllCanUnloadNow;
DllRegisterServer;
DllUnregisterServer;
# ; Character conversion stuff
IsConvertINetStringAvailable;
ConvertINetString;
ConvertINetUnicodeToMultiByte;
ConvertINetMultiByteToUnicode;
ConvertINetReset;
# ; Rfc1766 and LCID mapping stuff
LcidToRfc1766A;
LcidToRfc1766W;
Rfc1766ToLcidA;
Rfc1766ToLcidW;
# DIP required
_____mlang_initDLL;
local:
*;
};