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.

23 lines
477 B

  1. #ifndef LSQIN_DEFINED
  2. #define LSQIN_DEFINED
  3. #include "lsdefs.h"
  4. #include "heights.h"
  5. #include "lstflow.h"
  6. #include "plsrun.h"
  7. #include "plsqin.h"
  8. typedef struct lsqin
  9. {
  10. LSTFLOW lstflowSubline;
  11. PLSRUN plsrun; /* PLSRUN this cp belongs to */
  12. LSCP cpFirstRun;
  13. LSDCP dcpRun;
  14. HEIGHTS heightsPresRun; /* In direction lstflowSubline */
  15. long dupRun; /* In direction lstflowSubline */
  16. long dvpPosRun; /* in direction of lstflowSubline */
  17. } LSQIN;
  18. #endif