WindowsXP-SP1/windows/richedit/lsinc/lsexpan.h
2020-09-30 16:53:49 +02:00

16 lines
373 B
C

#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 */