/*--------------------------------------------------------------
HelloMsg.c -- Displays "Hello, Windows 98!" in a message box
(c) Charles Petzold, 1998
--------------------------------------------------------------*/
#include <windows.h>
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
PSTR szCmdLine, int iCmdShow)
{
MessageBox (NULL, TEXT ("顺风顺水,走起!!"), TEXT ("2013年"), 0) ;
return 0 ;
}
咱也来玩玩。。。。嘎嘎。。
最新推荐文章于 2025-05-24 21:28:57 发布