changeset 17072:4c50b2f11ad8

export ldexp() and frexp() in pncrt, they are needed by rp8 sipr dll Patch by Benjamin Larsson
author rtognimp
date Thu, 01 Dec 2005 21:59:24 +0000
parents 733bf4f8516b
children 177c02c3785f
files loader/win32.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/loader/win32.c	Thu Dec 01 20:13:19 2005 +0000
+++ b/loader/win32.c	Thu Dec 01 21:59:24 2005 +0000
@@ -5183,6 +5183,8 @@
     FF(_CIpow,-1)
     FF(calloc,-1)
     FF(memmove, -1)
+    FF(ldexp, -1)
+    FF(frexp, -1)
 };
 #endif