Blame src/dalist_lib_entry_point.c

e09104
#ifdef MIDIPIX_FREESTANDING
e09104
e09104
#include <dalist/dalist.h>
e09104
e09104
int __stdcall dalist_lib_entry_point(
e09104
	void *		hinstance,
e09104
	uint32_t	reason,
e09104
	void *		reserved)
e09104
{
e09104
	return 1;
e09104
}
e09104
#endif