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.

48 lines
636 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. pch.h
  5. Abstract: Pre-compile C header file.
  6. Environment:
  7. User mode
  8. Author:
  9. Michael Tsang (MikeTs) 13-Mar-2000
  10. Revision History:
  11. --*/
  12. #ifndef _PCH_H
  13. #define _PCH_H
  14. #define MODNAME "TRACER"
  15. #if DBG
  16. #define TRDEBUG
  17. #define TRTRACE
  18. #endif
  19. #include <malloc.h>
  20. #include <process.h>
  21. #include <windows.h>
  22. #include <shellapi.h>
  23. #include <commdlg.h>
  24. #include <commctrl.h>
  25. #include <prsht.h>
  26. #include <wintrace.h>
  27. #include "wtrace.h"
  28. #include "tracer.h"
  29. #include "trdebug.h"
  30. #include "trtrace.h"
  31. #include "resid.h"
  32. #endif //ifndef _PCH_H