Revision history for Perl extension ToolHelp.

0.3	    Sat Mar  28 21:35:06 2009
	This version uploaded by knth@cpan.org. Steffen Mueller has graciously
	made me co-maintainer for the moment as the real maintainer is currently
	unavailable.

	Added the possibility to build with the gcc toolchain (MinGW).
	Specifically, detecting use of gcc and making sure lib creation
	options are correct when 'ar' is used instead of 'lib.
	
0.2		Mon Jul  15 11:08:15 2002
	! quotation marks were cut from the XS_VERSION passed to the compiler
	  via -DXS_VERSION=\"0.1\" (XS_VERSION redefined in ToolHelp.xs as I
	  hadn't found quickly the reason)

0.1		Fri Jul  5 19:35:15 2002
	* original version; created by h2xs 1.21 with options
		-O -n ToolHelp Win32/ToolHelp/Impl/Impl.h
	+ PROCESSENTRY32* GetProcesses()
	+ MODULEENTRY32* GetProcessModules(pid)
	+ PROCESSENTRY32 GetProcess(pid)
	+ MODULEENTRY32 GetProcessModule(pid, mid)
	+ MODULEENTRY32 GetProcessMainModule(pid)
	+ PROCESSENTRY32 SearchProcess(pname)
	+ MODULEENTRY32 SearchProcessModule(pid, mname)
	+ MODULEENTRY32 SearchProcessMainModule(pname)