Blob Blame History Raw
typedef unsigned int uint32_t;

int _dlstart(
	void *		hinstance,
	uint32_t	reason,
	void *		reserved)
{
	return 1;
}