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.

36 lines
536 B

  1. /*++
  2. Copyright (C) 1999-2001 Microsoft Corporation
  3. Module Name:
  4. Abstract:
  5. History:
  6. --*/
  7. #include "corepol.h"
  8. #undef _CRTIMP
  9. #define _CRTIMP POLARITY
  10. #include <yvals.h>
  11. #undef _CRTIMP
  12. #define _CRTIMP __declspec(dllimport)
  13. #include <nt.h>
  14. #include <ntrtl.h>
  15. #include <nturtl.h>
  16. #define WIN32_NO_STATUS
  17. #include <windows.h>
  18. #include <ole2.h>
  19. #include <wincrypt.h>
  20. #include <comdef.h>
  21. #include <strsafe.h>
  22. #include <strutils.h>
  23. #include <scopeguard.h>
  24. #include <autoptr.h>
  25. #include <helper.h>