mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
minor SunOS fix
svn path=/trunk/; revision=40911
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user