Leaked source code of windows server 2003
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.

16 lines
354 B

  1. #ifndef LSPAIRAC_DEFINED
  2. #define LSPAIRAC_DEFINED
  3. #include "lsdefs.h"
  4. #include "lsact.h"
  5. typedef struct lspairact /* Mod width pair unit */
  6. {
  7. LSACT lsactFirst; /* Action on first char */
  8. LSACT lsactSecond; /* Action on second char */
  9. } LSPAIRACT;
  10. #endif /* !LSPAIRAC_DEFINED */