mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 20:19:26 +00:00
added config to generate NTDLL.DLL under mingw32
svn path=/trunk/; revision=279
This commit is contained in:
parent
97a4cb23d5
commit
1db33360e3
1 changed files with 5 additions and 0 deletions
5
reactos/lib/ntdll/main/dllmain.c
Normal file
5
reactos/lib/ntdll/main/dllmain.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
int DllMainCRTStartup(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
Loading…
Reference in a new issue