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.

33 lines
385 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. lsapch.hxx
  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 _LSAPCH_
  13. #define _LSAPCH_
  14. extern "C"
  15. {
  16. #include <lsapch2.h>
  17. }
  18. #endif // _LSAPCH_