Blame src/arch/nt32/_dlstart.c

716654
/**************************************************************************/
716654
/*  mmglue: midipix architecture- and target-specific bits for musl libc  */
716654
/*  Copyright (C) 2013--2023  SysDeer Technologies, LLC                   */
000ff7
/*  Released under GPLv2 and GPLv3; see COPYING.MMGLUE.                   */
716654
/**************************************************************************/
716654
296178
typedef unsigned int uint32_t;
296178
e43f5a
int dlstart(
296178
	void *		hinstance,
296178
	uint32_t	reason,
296178
	void *		reserved)
296178
{
296178
	return 1;
296178
}
296178