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

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