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

  1. #ifndef LSDOCINF_DEFINED
  2. #define LSDOCINF_DEFINED
  3. #include "lsdefs.h"
  4. #include "plsdocin.h"
  5. #include "lsdevres.h"
  6. typedef struct lsdocinf
  7. {
  8. BOOL fDisplay;
  9. BOOL fPresEqualRef;
  10. LSDEVRES lsdevres;
  11. } LSDOCINF;
  12. #endif /* !LSDOCINF_DEFINED */