Como usar a função WinMain
INT WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
PSTR lpCmdLine,
INT nCmdShow)
{
return 0;
}
Stupid Skimmer