Backed out changeset 0a133d5fd155 (bug 1864534) for causing screenshot related failur...
[gecko.git] / mozglue / build / mozglue.def
blob188037b9f14d1c2b1b79d5d836310693a730eb7d
1 ; This Source Code Form is subject to the terms of the Mozilla Public
2 ; License, v. 2.0. If a copy of the MPL was not distributed with this
3 ; file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 LIBRARY mozglue.dll
7 EXPORTS
8 ; symbols that are actually useful
9 malloc=je_malloc
10 calloc=je_calloc
11 realloc=je_realloc
12 free=je_free
13 posix_memalign=je_posix_memalign
14 malloc_usable_size=je_malloc_usable_size
15 malloc_good_size=je_malloc_good_size
16 _aligned_free=je_free
17 _aligned_malloc=wrap__aligned_malloc
18 strndup=wrap_strndup
19 strdup=wrap_strdup
20 _strdup=wrap_strdup
21 wcsdup=wrap_wcsdup
22 _wcsdup=wrap_wcsdup