mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fix build in VC++7.
# The line didn't reflect the above comment, helly :)
This commit is contained in:
parent
80fb9496b3
commit
303fc609a6
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
#ifdef _MSC_VER
|
||||
# if _MSC_VER >= 1300
|
||||
/* in MSVC.NET the these are available but only for __cplusplus and not _MSC_EXTENSIONS */
|
||||
# ifdef _MSC_EXTENSIONS
|
||||
/* in MSVC.NET these are available but only for __cplusplus and not _MSC_EXTENSIONS */
|
||||
# if !defined(_MSC_EXTENSIONS) && defined(__cplusplus)
|
||||
# define HAVE_FABSF 1
|
||||
extern float fabsf(float x);
|
||||
# define HAVE_FLOORF 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue