summaryrefslogtreecommitdiffhomepage
path: root/src/dalist_lib_entry_point.c
blob: d4124edfc82c284d4d8b8480e27249b61d9c056a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifdef MIDIPIX_FREESTANDING

#include <dalist/dalist.h>

int __stdcall dalist_lib_entry_point(
	void *		hinstance,
	uint32_t	reason,
	void *		reserved)
{
	return 1;
}
#endif