mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +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;
|
FLONG flAccel;
|
||||||
} MATRIX_S;
|
} MATRIX_S;
|
||||||
|
|
||||||
|
/* Gdi XForm storage union */
|
||||||
|
typedef union
|
||||||
|
{
|
||||||
|
FLOAT f;
|
||||||
|
ULONG l;
|
||||||
|
} gxf_long;
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue