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>
|
2009-07-23 Jacky Lai <crazyjacky@users.sourceforge.net>
|
||||||
|
|
||||||
* mingwex/math/fminf.c: switch to using __isnanf() as opposed to _isnan().
|
* mingwex/math/fminf.c: switch to using __isnanf() as opposed to _isnan().
|
||||||
|
|
|
@ -680,7 +680,9 @@ swscanf
|
||||||
system
|
system
|
||||||
tan
|
tan
|
||||||
tanh
|
tanh
|
||||||
|
#if !(__msvcr90__ || msvcr90d__)
|
||||||
time
|
time
|
||||||
|
#endif
|
||||||
tmpfile
|
tmpfile
|
||||||
tmpnam
|
tmpnam
|
||||||
tolower
|
tolower
|
||||||
|
|
Loading…
Reference in New Issue