mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
Commit union for float conversion.
svn path=/trunk/; revision=26769
This commit is contained in:
parent
4752c4b4c7
commit
bea034c7dc
1 changed files with 8 additions and 0 deletions
|
@ -143,4 +143,12 @@ typedef struct _MATRIX_S
|
|||
FLONG flAccel;
|
||||
} MATRIX_S;
|
||||
|
||||
/* Gdi XForm storage union */
|
||||
typedef union
|
||||
{
|
||||
FLOAT f;
|
||||
ULONG l;
|
||||
} gxf_long;
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue