summaryrefslogtreecommitdiffstats
path: root/lib/eu_compat.def.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/eu_compat.def.in')
-rw-r--r--lib/eu_compat.def.in3
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