Merge to trunk head (r46631)

svn path=/branches/reactos-yarotows/; revision=46633
This commit is contained in:
Timo Kreuzer 2010-04-01 02:52:00 +00:00
commit 49d7aed889
286 changed files with 48255 additions and 8326 deletions

View file

@ -19,7 +19,7 @@ double _scalb( double __x, long e )
union
{
double* __x;
double_t* x;
double_s* x;
} x;
x.__x = &__x;