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.

41 lines
826 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: global.hxx
  8. //
  9. //--------------------------------------------------------------------------
  10. #ifndef _MAKECERT_GLOBAL_H
  11. #define _MAKECERT_GLOBAL_H
  12. #include <windows.h>
  13. #include <assert.h>
  14. #include "wincrypt.h"
  15. #include "unicode.h"
  16. #include "pvkhlpr.h"
  17. #include "signer.h"
  18. #include "mssip.h"
  19. #include "signhlp.h"
  20. #include "toolutl.h"
  21. #include "cryptreg.h"
  22. #include "wintrust.h"
  23. #include "softpub.h"
  24. #include "mssip.h"
  25. #include "resource.h"
  26. #include <stdlib.h>
  27. #include <stddef.h>
  28. #include <stdio.h>
  29. #include <string.h>
  30. #include <memory.h>
  31. #include <time.h>
  32. #include <malloc.h>
  33. #include <wchar.h>
  34. #endif