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.

6 lines
215 B

  1. /* By defining DBGHELP_SOURCE we prevent circular
  2. logic. This way dbghelp won't try to call minidump.lib and then
  3. have minidump.lib try to load dbghelp for the minidump functions
  4. */
  5. #define _DBGHELP_SOURCE_