windows

warning: Creating default object from empty value in /homepages/34/d93266176/htdocs/el-badawy/modules/taxonomy/taxonomy.pages.inc on line 33.

Windows minimal

A real minimal Windows program.

#include windows.h

int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow ) {
	MessageBox( 0, "Hello World", "Caption", 0 );
	return 0;
}
Syndicate content