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.

27 lines
793 B

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