mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Fix line endings.
svn path=/trunk/; revision=26660
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user