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.

40 lines
634 B

  1. #ifndef _STDAFX_H
  2. #define _STDAFX_H
  3. /*++
  4. Copyright (c) 1996 Microsoft Corporation
  5. 1998 Seagate Software, Inc. All rights reserved.
  6. Module Name:
  7. StdAfx.h
  8. Abstract:
  9. Common include file for all of HsmConn DLL files.
  10. Author:
  11. Rohde Wakefield [rohde] 14-Oct-1997
  12. Revision History:
  13. --*/
  14. #define WSB_TRACE_IS WSB_TRACE_BIT_HSMCONN
  15. #include "Wsb.h"
  16. #include "CName.h"
  17. #include "HsmConn.h"
  18. #include "FsaLib.h"
  19. //
  20. // This must be after the Wsb.h is include for the static registry stuff to be there.
  21. //
  22. #include <activeds.h>
  23. #include <atlimpl.cpp>
  24. #endif // _STDAFX_H