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.

29 lines
386 B

  1. /*++
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. precomp.hxx
  6. Abstract:
  7. precompiled header file
  8. Author:
  9. Steve Kiraly (SteveKi) 3-Dec-1998
  10. Revision History:
  11. --*/
  12. #include <windows.h>
  13. #include <wintrust.h>
  14. #include <winbase.h>
  15. #include <imagehlp.h>
  16. #include <tchar.h>
  17. #include <stdio.h>
  18. #include <stdarg.h>
  19. #include "dbglibp.hxx"