summaryrefslogtreecommitdiff
path: root/xmerge/source/activesync/exports.map
blob: 8cda3e4980ad847d4715a8389cad315f92a7194a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
UDK_3_0_0 {
    global:
        GetVersionInfo;
        DllCanUnloadNow;
        DllGetClassObject;
        DllRegisterServer;
        DllUnregisterServer;

    local:
        *;
};