mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
minor SunOS fix
svn path=/trunk/; revision=40911
This commit is contained in:
parent
4832f465f1
commit
5f6dd7004e
1 changed files with 6 additions and 1 deletions
|
@ -41,7 +41,12 @@ inline int iswdigit ( wchar_t c )
|
|||
}
|
||||
#endif
|
||||
|
||||
#if defined(__FreeBSD__) || defined(__APPLE__) || defined(__CYGWIN__)
|
||||
#if defined(__sun__)
|
||||
#include <alloca.h>
|
||||
#include <ieee.h>
|
||||
#endif
|
||||
|
||||
#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