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.

28 lines
536 B

  1. //******************************************************************************
  2. //
  3. // Copyright (c) 1999-2000, Microsoft Corporation, All rights reserved
  4. //
  5. //*****************************************************************************
  6. #pragma warning (disable : 4786)
  7. #define COREPROX_POLARITY __declspec( dllimport )
  8. #include <nt.h>
  9. #include <ntrtl.h>
  10. #include <nturtl.h>
  11. #include <ntsam.h>
  12. #include <ole2.h>
  13. #include <windows.h>
  14. #include <comdef.h>
  15. #include <helper.h>
  16. #include <strsafe.h>