Re: MingW and MiniDumps

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Magnus Hagander <magnus@hagander.net>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2010-12-20T18:24:04Z
Lists: pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Maybe. I have no idea where narwhal got its version of dbghelp.h. I 
> copied the file from the SDK directory to mingw's include directory and 
> the build then ran perfectly. I think therefore the right thing is to 
> have a configure test for the file and for MINIDUMP_TYPE on win32, and 
> only build in crashdump if it passes those tests.

mmm ... how ya gonna do that on the MSVC side of things?

			regards, tom lane