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
206 B

  1. #ifndef BRKPOS_DEFINED
  2. #define BRKPOS_DEFINED
  3. #include "lsdefs.h"
  4. typedef enum
  5. {
  6. brkposBeforeFirstDnode,
  7. brkposInside,
  8. brkposAfterLastDnode
  9. } BRKPOS;
  10. #endif /* !BRKPOS_DEFINED */