export ldexp() and frexp() in pncrt, they are needed by rp8 sipr dll

Patch by Benjamin Larsson


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17073 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtognimp 2005-12-01 21:59:24 +00:00
parent a1ebcb2ae6
commit bb856b5be1
1 changed files with 2 additions and 0 deletions

View File

@ -5183,6 +5183,8 @@ struct exports exp_pncrt[]={
FF(_CIpow,-1)
FF(calloc,-1)
FF(memmove, -1)
FF(ldexp, -1)
FF(frexp, -1)
};
#endif