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:
Timo Kreuzer 2010-11-21 19:47:55 +00:00
parent 046d0e3522
commit e1f1113670
3 changed files with 2 additions and 6 deletions

View file

@ -77,7 +77,3 @@ ASMGENDATA Table[] =
{TYPE_END, "", 0}
};
LONG NTAPI DummyEntry(HANDLE hinstDLL, ULONG fdwReason, PVOID lpvReserved)
{
return 0;
}