windows-nt/Source/XPSP1/NT/windows/richedit/lsinc/lsexpan.h

16 lines
358 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#ifndef LSEXPAN_DEFINED
#define LSEXPAN_DEFINED
#include "lsdefs.h"
#include "lsact.h"
typedef struct lsexpan /* expansion information unit */
{
BYTE fFullScaled; /* expand for full justification */
BYTE fFullInterletter; /* expand for distributed justification */
} LSEXPAN;
#endif /* !LSEXPAN_DEFINED */