added config to generate NTDLL.DLL under mingw32

svn path=/trunk/; revision=279
This commit is contained in:
Rex Jolliff 1999-03-06 21:44:41 +00:00
parent 97a4cb23d5
commit 1db33360e3

View file

@ -0,0 +1,5 @@
int DllMainCRTStartup(void)
{
return 0;
}