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.

51 lines
995 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 "lsaprgma.h"
  15. #include <lsasrvp.h>
  16. #include <ausrvp.h>
  17. #include <spmgr.h>
  18. #ifndef NO_DS_HEADERS
  19. #include <lsads.h>
  20. #endif
  21. #include <winsock2.h>
  22. #include "ws2tcpip.h"
  23. //
  24. // uncomment the following to enable a lot of warnings
  25. //
  26. // #include <warning.h>
  27. // #pragma warning(3:4100) // Unreferenced formal parameter
  28. // #pragma warning(3:4701) // local may be used w/o init
  29. // #pragma warning(3:4702) // Unreachable code
  30. // #pragma warning(3:4705) // Statement has no effect
  31. // #pragma warning(3:4706) // assignment w/i conditional expression
  32. // #pragma warning(3:4709) // command operator w/o index expression
  33. #endif // _LSAPCH2_