windows-nt/Source/XPSP1/NT/shell/ext/mlang/mlang.map

31 lines
570 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
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:
*;
};