diff options
author | Earnie Boyd <earnie@users.sf.net> | 2001-01-26 18:39:58 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2001-01-26 18:39:58 +0000 |
commit | bfa15b05e88b27903460ada6ae355afba60fe427 (patch) | |
tree | 51f96c15fb50f6df9db11c7794c1961c5a84fecf /winsup/w32api/lib | |
parent | 046fcbed3b2b1c7c6f5f2f764b9661773e05e694 (diff) | |
download | newlib-bfa15b05e88b27903460ada6ae355afba60fe427.zip newlib-bfa15b05e88b27903460ada6ae355afba60fe427.tar.gz newlib-bfa15b05e88b27903460ada6ae355afba60fe427.tar.bz2 |
* lib/msvcp60.def: New file
Diffstat (limited to 'winsup/w32api/lib')
-rw-r--r-- | winsup/w32api/lib/msvcp60.def | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/winsup/w32api/lib/msvcp60.def b/winsup/w32api/lib/msvcp60.def new file mode 100644 index 0000000..f6a5dc9 --- /dev/null +++ b/winsup/w32api/lib/msvcp60.def @@ -0,0 +1,71 @@ +;Submitted by: Danny Smith <danny_r_smith_2001@yahoo.co.nz> +;Only the C functions are listed. Most of these have been commented out since +;I don't know what they are and can't test them. Some look like data exports +;for C++ math functions (E.G.: _Xbig). +LIBRARY MSVCP60.DLL +EXPORTS +;_Cosh +;_Denorm +;_Dnorm +;_Dscale +;_Dtest +;_Eps +;_Exp +;_FCosh +;_FDenorm +;_FDnorm +;_FDscale +;_FDtest +;_FEps +;_FExp +;_FInf +;_FNan +;_FRteps +;_FSinh +;_FSnan +;_FXbig +;_Getcoll +;_Getctype +;_Getcvt +;_Hugeval +;_Inf +;_LCosh +;_LDenorm +;_LDscale +;_LDtest +;_LEps +;_LExp +;_LInf +;_LNan +;_LPoly +;_LRteps +;_LSinh +;_LSnan +;_LXbig +;_Mbrtowc +;_Nan +;_Poly +;_Rteps +;_Sinh +;_Snan +;_Stod +;_Stof +;_Stold +;_Strcoll +;_Strxfrm +;_Tolower +;_Toupper +;_Wcrtomb +;__Wcrtomb_lk +;_Xbig + +btowc +mbrlen +mbrtowc +mbsrtowcs +towctrans +wcrtomb +wcsrtombs +wctob +wctrans +wctype
\ No newline at end of file |