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.

47 lines
639 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) 01-May-2000
  10. Revision History:
  11. --*/
  12. #ifndef _PCH_H
  13. #define _PCH_H
  14. #define WINTRACE
  15. #define MODNAME "WinTrace"
  16. #if DBG
  17. #define WTDEBUG
  18. #define WTTRACE
  19. #endif
  20. #define MIDL_user_allocate MIDL_alloc
  21. #define MIDL_user_free MIDL_free
  22. #include <malloc.h>
  23. #include <process.h>
  24. #include <windows.h>
  25. #include <wintrace.h>
  26. #include "wtrace.h"
  27. #include "wtracep.h"
  28. #include "wtdebug.h"
  29. #include "wttrace.h"
  30. #endif //ifndef _PCH_H