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.

69 lines
1.2 KiB

  1. $O\imagehlp.h: imagehlp.x minidump.x makefile.inc
  2. type << > $@
  3. /*++ BUILD Version: ???? Increment this if a change has global effects
  4. $(COPYRIGHT_STRING)
  5. Module Name:
  6. imagehlp.h
  7. Abstract:
  8. This module defines the prototypes and constants required for the image
  9. help routines.
  10. Revision History:
  11. --*/
  12. #ifndef _IMAGEHLP_
  13. #define _IMAGEHLP_
  14. #if _MSC_VER > 1020
  15. #pragma once
  16. #endif
  17. <<
  18. hextract -o $@ -xt hide_line -lt show_imagehlp -bt begin_imagehlp end_imagehlp imagehlp.x minidump.x
  19. type << >> $@
  20. #endif // _IMAGEHLP_
  21. <<
  22. # dbghelp.h
  23. $O\dbghelp.h: imagehlp.x minidump.x makefile.inc
  24. type << > $@
  25. /*++ BUILD Version: ???? Increment this if a change has global effects
  26. $(COPYRIGHT_STRING)
  27. Module Name:
  28. dbghelp.h
  29. Abstract:
  30. This module defines the prototypes and constants required for the image
  31. help routines.
  32. Contains debugging support routines that are redistributable.
  33. Revision History:
  34. --*/
  35. #ifndef _DBGHELP_
  36. #define _DBGHELP_
  37. #if _MSC_VER > 1020
  38. #pragma once
  39. #endif
  40. <<
  41. hextract -o $@ -xt hide_line -lt show_dbghelp -bt begin_dbghelp end_dbghelp imagehlp.x minidump.x
  42. type << >> $@
  43. #endif // _DBGHELP_
  44. <<