mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
next time I'll copy the changes properly
svn path=/trunk/; revision=40912
This commit is contained in:
parent
5f6dd7004e
commit
dc550fe2ec
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ inline int iswdigit ( wchar_t c )
|
|||
#include <ieee.h>
|
||||
#endif
|
||||
|
||||
#if defined(__FreeBSD__) || defined(__APPLE__) defined(__sun__) || defined(__CYGWIN__)
|
||||
#if defined(__FreeBSD__) || defined(__APPLE__) || defined(__sun__) || defined(__CYGWIN__)
|
||||
# define __isnan isnan
|
||||
# define __finite finite
|
||||
# define powl __builtin_powl
|
||||
|
|
Loading…
Reference in a new issue