I am developing a Visual C++ Win32 Console Application in Visual Studio 2010. When I build the project I get the following warning:
warning LNK4067: ambiguous entry point; selected 'mainCRTStartup'.
What does this warning mean? How should I remove this?