2009-07-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* msvcrt.def.in: disable time symbol for libmsvcr90.a and libmsvcr90d.a due to complaints that it causes issues.
This commit is contained in:
parent
4d07e72514
commit
6922bae9a1
|
@ -1,3 +1,8 @@
|
|||
2009-07-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* msvcrt.def.in: disable time symbol for libmsvcr90.a and libmsvcr90d.a due
|
||||
to complaints that it causes issues.
|
||||
|
||||
2009-07-23 Jacky Lai <crazyjacky@users.sourceforge.net>
|
||||
|
||||
* mingwex/math/fminf.c: switch to using __isnanf() as opposed to _isnan().
|
||||
|
|
|
@ -680,7 +680,9 @@ swscanf
|
|||
system
|
||||
tan
|
||||
tanh
|
||||
#if !(__msvcr90__ || msvcr90d__)
|
||||
time
|
||||
#endif
|
||||
tmpfile
|
||||
tmpnam
|
||||
tolower
|
||||
|
|
Loading…
Reference in New Issue