http://bugs.winehq.org/show_bug.cgi?id=230
--- Comment #15 from François Gouget fgouget@codeweavers.com 2013-03-05 10:00:51 CST --- We do seem to check for the presence of '#pragma comment(lib, ...)' now. But as far as I can tell we still don't check for the presence of main(), WinMain() or DllMain() (winemaker does not contain the WinMain string for instance). There have also been improvements in making the most of the Visual Studio project files (including the newer ones), so this would only be useful if there is no project files coming with the C/C++ files (relatively unlikely).
So I'll defer to André Hentschel to decide whether the remaining points are worth keeping this bug open.