mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 15:39:43 +00:00
[CRT]
- define _CRTBLD - rename float_t/double_t/long_double_t to float_s/double_s/long_double_s to avoid name conflicts svn path=/branches/ros-amd64-bringup/; revision=46478
This commit is contained in:
parent
f8b4d53d3c
commit
c57a8df416
12 changed files with 19 additions and 17 deletions
|
@ -50,7 +50,7 @@ fpclass_t _fpclass(double __d)
|
|||
union
|
||||
{
|
||||
double* __d;
|
||||
double_t* d;
|
||||
double_s* d;
|
||||
} d;
|
||||
d.__d = &__d;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue