- Fix line endings.

svn path=/trunk/; revision=26660
This commit is contained in:
Alex Ionescu 2007-05-09 04:55:24 +00:00
parent b4e9b56b39
commit 2f0daf6186

View file

@ -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