mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
[CMAKE]
Allow no entrypoint for MSVC and use no entrypoint in genincdata to silence warning svn path=/branches/cmake-bringup/; revision=49697
This commit is contained in:
parent
046d0e3522
commit
e1f1113670
3 changed files with 2 additions and 6 deletions
|
@ -77,7 +77,3 @@ ASMGENDATA Table[] =
|
|||
{TYPE_END, "", 0}
|
||||
};
|
||||
|
||||
LONG NTAPI DummyEntry(HANDLE hinstDLL, ULONG fdwReason, PVOID lpvReserved)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue