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.

26 lines
745 B

  1. #pragma warning(push, 3)
  2. #include <ntos.h>
  3. #include <ntlsa.h>
  4. #include "zwapi.h"
  5. #include "nturtl.h"
  6. #include "sep.h"
  7. #include "tokenp.h"
  8. #include "sertlp.h"
  9. #include "adt.h"
  10. #include "adtp.h"
  11. #include "rmp.h"
  12. #include "adtutil.h"
  13. #pragma warning(pop)
  14. //
  15. // uncomment the following to enable a lot of warnings
  16. //
  17. // #include <warning.h>
  18. // #pragma warning(3:4100) // Unreferenced formal parameter
  19. // #pragma warning(3:4701) // local may be used w/o init
  20. // #pragma warning(3:4702) // Unreachable code
  21. // #pragma warning(3:4705) // Statement has no effect
  22. // #pragma warning(3:4706) // assignment w/i conditional expression
  23. // #pragma warning(3:4709) // command operator w/o index expression