mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
Fix quirks for building PPC on windows.
svn path=/trunk/; revision=29591
This commit is contained in:
@@ -37,7 +37,7 @@ inline int iswdigit ( wchar_t c )
|
||||
#endif
|
||||
#endif//WIN32
|
||||
|
||||
#if defined(__FreeBSD__) || defined(__APPLE__)
|
||||
#if defined(__FreeBSD__) || defined(__APPLE__) || defined(__CYGWIN__)
|
||||
# define __isnan isnan
|
||||
# define __finite finite
|
||||
# define powl __builtin_powl
|
||||
|
||||
Reference in New Issue
Block a user