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.

39 lines
657 B

  1. /******************************************************************************
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. stdafx.h
  5. Abstract:
  6. PCH
  7. Revision History:
  8. derekm 02/28/2001 created
  9. ******************************************************************************/
  10. #ifndef STDAFX_ERS_H
  11. #define STDAFX_ERS_H
  12. #ifndef DEBUG
  13. #define NOTRACE 1
  14. #endif
  15. #include <nt.h>
  16. #include <ntrtl.h>
  17. #include <nturtl.h>
  18. #include <windows.h>
  19. #include <winsta.h>
  20. #include <userenv.h>
  21. #include <aclapi.h>
  22. #include <malloc.h>
  23. #include <pchrexec.h>
  24. #include <faultrep.h>
  25. #include <util.h>
  26. #include <ercommon.h>
  27. #include "ers.h"
  28. #endif