Blame src/arch/nt64/_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
860627
typedef unsigned int uint32_t;
860627
e43f5a
int _dlstart(
860627
	void *		hinstance,
860627
	uint32_t	reason,
860627
	void *		reserved)
860627
{
860627
	return 1;
860627
}
860627