Newer
Older
Scratch / mobius / src / mgl / dllmain.c
@Christopher W. Olsen Christopher W. Olsen on 25 Oct 2019 135 bytes Scratch
/* $Id: dllmain.c,v 1.1 2002/03/05 16:10:42 pavlovskii Exp $ */

#include <sys/types.h>

bool DllMainCRTStartup(void)
{
	return true;
}