diff options
| author | Ulf Hermann <[email protected]> | 2018-07-24 11:24:29 +0200 |
|---|---|---|
| committer | Ulf Hermann <[email protected]> | 2018-07-25 07:13:32 +0000 |
| commit | c8dd3e3985dce3ae94bb09d6df82a516852e78c4 (patch) | |
| tree | bce76ea8fceb20661707aedd33016b7f78b8e152 /lib/eu_compat.def.in | |
| parent | 4c381c95ba730e7912b829b25f817e76edcf04ea (diff) | |
Add a header for eu_compat.dll, and export more functionsQtCreator4.8.1QtCreator4.8.0-rc1QtCreator4.8.0-beta2QtCreator4.8.0-beta1QtCreator4.8.04.8
We obviously need strdup, and it doesn't hurt to also export realloc and
calloc.
Change-Id: Ia4af48faaec2bcf24c3e07002711cd6153f684bf
Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'lib/eu_compat.def.in')
| -rw-r--r-- | lib/eu_compat.def.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/eu_compat.def.in b/lib/eu_compat.def.in index c2aa88ff..bed5c83c 100644 --- a/lib/eu_compat.def.in +++ b/lib/eu_compat.def.in @@ -4,4 +4,7 @@ eu_compat_demangle=__cxa_demangle eu_compat_open=msvcrt._open eu_compat_close=msvcrt._close eu_compat_malloc=msvcrt.malloc +eu_compat_realloc=msvcrt.realloc +eu_compat_calloc=msvcrt.calloc eu_compat_free=msvcrt.free +eu_compat_strdup=msvcrt._strdup |
