Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
358 B

  1. #ifndef LSEXPAN_DEFINED
  2. #define LSEXPAN_DEFINED
  3. #include "lsdefs.h"
  4. #include "lsact.h"
  5. typedef struct lsexpan /* expansion information unit */
  6. {
  7. BYTE fFullScaled; /* expand for full justification */
  8. BYTE fFullInterletter; /* expand for distributed justification */
  9. } LSEXPAN;
  10. #endif /* !LSEXPAN_DEFINED */