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.

44 lines
960 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1996 - 1999
  6. //
  7. // File: global.hxx
  8. //
  9. // Contents: WinVerifyTrust Stress
  10. //
  11. // History: 12-Aug-1997 pberkman created
  12. //
  13. //--------------------------------------------------------------------------
  14. #define STRICT
  15. #define NO_ANSIUNI_ONLY
  16. #include <windows.h>
  17. #include <wincrypt.h>
  18. #include <string.h>
  19. #include <malloc.h>
  20. #include <memory.h>
  21. #include <stdlib.h>
  22. #include <stddef.h>
  23. #include <stdio.h>
  24. #include <wchar.h>
  25. #include <tchar.h>
  26. #include <time.h>
  27. #include <shellapi.h>
  28. #include <dbgdef.h>
  29. #include <unicode.h>
  30. #include <wintrust.h>
  31. #include <softpub.h>
  32. #include "gendefs.h"
  33. #include "stack.hxx"
  34. #include "fparse.hxx"
  35. #include "cwargv.hxx"
  36. #include "resource.h"
  37. #pragma hdrstop