[PATCH] minidumper patches

2014-04-21 Thread Jon TURNEY
Attached are a couple of patches for the minidumper utility which could probably use some review. The first one changes to direct linkage with dbghelp, rather than using GetProcAddress(). (This seems to be the current style, I assume since the reasons for not directly linking (no import libs or

Re: [PATCH] minidumper patches

2014-04-21 Thread Christopher Faylor
On Mon, Apr 21, 2014 at 06:02:19PM +0100, Jon TURNEY wrote: Attached are a couple of patches for the minidumper utility which could probably use some review. This is your utility so, as far as I'm concerned, you have carte blanche to check things in, i.e., you don't need any approval. I didn't