mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
f2ec6c5a7c
* [mpc] add mpc port * [mpfr] update mpfr to use make. * [gmp] fix preprocessor define for dlls. * more fixes * fix mpfr regression on !windows * install autoconf-archive in provisioning script * change indent of patches Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * fix merge error * update PR * update baseline Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
13 lines
271 B
Diff
13 lines
271 B
Diff
diff --git a/SMP/libgmp.def b/SMP/libgmp.def
|
|
index 289f0e2d1..632274ab2 100644
|
|
--- a/SMP/libgmp.def
|
|
+++ b/SMP/libgmp.def
|
|
@@ -16,6 +16,7 @@ __gmp_randclear
|
|
__gmp_urandomb_ui
|
|
__gmp_urandomm_ui
|
|
__gmp_asprintf
|
|
+__gmp_vasprintf
|
|
__gmp_fprintf
|
|
__gmp_printf
|
|
__gmp_snprintf
|