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.

40 lines
929 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows NT Security
  4. // Copyright (C) Microsoft Corporation, 1992 - 1999
  5. //
  6. // File: stdpch.h
  7. //
  8. // Contents: Precompiled Header stuff
  9. //
  10. // History: 08-May-97 kirtd Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #if !defined(__STDPCH_H__)
  14. #define __STDPCH_H__
  15. #include <assert.h>
  16. #include <stdlib.h>
  17. #include <stdio.h>
  18. #include <string.h>
  19. #include <windows.h>
  20. #include <prsht.h>
  21. #include <richedit.h>
  22. #include <commctrl.h>
  23. #include "wincrypt.h"
  24. #include "wintrust.h"
  25. #include "wintrustp.h"
  26. #include "mssip.h" // def for spc_link..
  27. #include "gendefs.h"
  28. #include "util.h"
  29. #include "acui.h"
  30. #include "iih.h"
  31. #include "pertrust.h"
  32. #include "acuictl.h"
  33. #include "trustuir.h"
  34. #include "unicode.h"
  35. #include "internal.h"
  36. #endif