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.

47 lines
877 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. lsapch2.h
  5. Abstract:
  6. LSA Subsystem - precompiled includes for C Server Side
  7. Author:
  8. Mike Swift (MikeSw) January 14, 1997
  9. Environment:
  10. Revision History:
  11. --*/
  12. #ifndef _LSAPCH2_
  13. #define _LSAPCH2_
  14. #include <lsasrvp.h>
  15. #include <ausrvp.h>
  16. #include <spmgr.h>
  17. #ifndef NO_DS_HEADERS
  18. #include <lsads.h>
  19. #endif
  20. //
  21. // uncomment the following to enable a lot of warnings
  22. //
  23. // #include <warning.h>
  24. // #pragma warning(3:4100) // Unreferenced formal parameter
  25. // #pragma warning(3:4701) // local may be used w/o init
  26. // #pragma warning(3:4702) // Unreachable code
  27. // #pragma warning(3:4705) // Statement has no effect
  28. // #pragma warning(3:4706) // assignment w/i conditional expression
  29. // #pragma warning(3:4709) // command operator w/o index expression
  30. #endif // _LSAPCH2_