Newer
Older
UbixOS / contrib / tcc / win32 / lib / dllmain.c
@Christopher W. Olsen Christopher W. Olsen on 29 Jan 2020 190 bytes TinyCC
//+---------------------------------------------------------------------------

#include <windows.h>

BOOL WINAPI DllMain (HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
{
	return TRUE;
}