mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Fix line endings.
svn path=/trunk/; revision=26660
This commit is contained in:
parent
b4e9b56b39
commit
2f0daf6186
1 changed files with 15 additions and 15 deletions
|
@ -123,24 +123,24 @@ typedef struct _TMW_INTERNAL
|
|||
typedef struct _ENUMFONTDATAW ENUMFONTDATAW, *PENUMFONTDATAW;
|
||||
|
||||
/* Number Representation */
|
||||
typedef struct _EFLOAT_S
|
||||
{
|
||||
LONG lMant;
|
||||
LONG lExp;
|
||||
typedef struct _EFLOAT_S
|
||||
{
|
||||
LONG lMant;
|
||||
LONG lExp;
|
||||
} EFLOAT_S;
|
||||
|
||||
/* XFORM Structures */
|
||||
typedef struct _MATRIX_S
|
||||
{
|
||||
EFLOAT_S efM11;
|
||||
EFLOAT_S efM12;
|
||||
EFLOAT_S efM21;
|
||||
EFLOAT_S efM22;
|
||||
EFLOAT_S efDx;
|
||||
EFLOAT_S efDy;
|
||||
FIX fxDx;
|
||||
FIX fxDy;
|
||||
FLONG flAccel;
|
||||
typedef struct _MATRIX_S
|
||||
{
|
||||
EFLOAT_S efM11;
|
||||
EFLOAT_S efM12;
|
||||
EFLOAT_S efM21;
|
||||
EFLOAT_S efM22;
|
||||
EFLOAT_S efDx;
|
||||
EFLOAT_S efDy;
|
||||
FIX fxDx;
|
||||
FIX fxDy;
|
||||
FLONG flAccel;
|
||||
} MATRIX_S;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue