mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
- fix vc6 build
This commit is contained in:
parent
f33d2c5fb7
commit
f35e10e17f
1 changed files with 3 additions and 1 deletions
|
@ -78,7 +78,9 @@ extern ZEND_API void zend_ensure_fpu_mode(TSRMLS_D);
|
|||
# define HAVE__CONTROLFP
|
||||
# endif /* MSC_VER >= 1500 */
|
||||
/* Tell MSVC optimizer that we access FP environment */
|
||||
# if _MSC_VER >= 1500
|
||||
# pragma fenv_access (on)
|
||||
# endif
|
||||
#endif /* _MSC_VER */
|
||||
|
||||
#ifdef HAVE__CONTROLFP_S
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue