mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-03-05 14:35:56 +08:00
* lib/msvcp60.def: New file
This commit is contained in:
parent
046fcbed3b
commit
bfa15b05e8
winsup/w32api
@ -1,3 +1,9 @@
|
|||||||
|
Fri Jan 26 13:34:55 2001 Earnie Boyde <earnie@users.sourceforge.net>
|
||||||
|
|
||||||
|
* lib/msvcp60.def: Apply Danny Smith patch 103321.
|
||||||
|
2001-01-17 Danny Smith <danny_r_smith_2001@yahoo.co.nz>.
|
||||||
|
New file.
|
||||||
|
|
||||||
Fri Jan 26 11:34:04 2001 Christopher Faylor <cgf@cygnus.com>
|
Fri Jan 26 11:34:04 2001 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* include/winnt.h: Add PTOKEN_USER.
|
* include/winnt.h: Add PTOKEN_USER.
|
||||||
|
71
winsup/w32api/lib/msvcp60.def
Normal file
71
winsup/w32api/lib/msvcp60.def
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user