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.

19 lines
431 B

  1. #ifndef BRKO_DEFINED
  2. #define BRKO_DEFINED
  3. #include "lsdefs.h"
  4. #include "pbrko.h"
  5. #include "objdim.h"
  6. #include "posichnk.h"
  7. #include "brkcond.h"
  8. typedef struct brkout /* break output */
  9. {
  10. BOOL fSuccessful; /* break result */
  11. BRKCOND brkcond; /* iff !fSuccessful, recommendation on the other side */
  12. POSICHNK posichnk;
  13. OBJDIM objdim;
  14. } BRKOUT;
  15. #endif /* !BRKO_DEFINED */