Comment utiliser la fonction WinMain

INT WinMain(HINSTANCE hInstance, 
            HINSTANCE hPrevInstance, 
            PSTR lpCmdLine,
            INT nCmdShow)
{
	return 0;
}
Stupid Skimmer