Source code of Windows XP (NT5)
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
618 B

  1. //+-----------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (c) Microsoft Corporation 1992 - 1993
  6. //
  7. // File: pacimp.h
  8. //
  9. // Contents: imports for pac.idl
  10. //
  11. //
  12. // History: 4-Aug-1993 MikeSw Created
  13. //
  14. //------------------------------------------------------------------------
  15. #include <nt.h>
  16. #include <ntrtl.h>
  17. #include <nturtl.h>
  18. #include <lsass.h>
  19. #include <windef.h>
  20. #include <winbase.h>
  21. #include <crypt.h>
  22. #include <lmcons.h>
  23. #include <ntmsv1_0.h>
  24. #include <logonmsv.h>
  25. #define SECURITY_PACKAGE
  26. #include <security.h>
  27. #include <secint.h>