#include <windows.h>
int APIENTRY WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine,int nCmdShow) { MessageBox(NULL,”Hello,World!”,”第一个Windows C程序”,MB_OK|MB_ICONASTERISK); return 0; }