int APIENTRY WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
MessageBox(0,lpCmdLine,lpCmdLine,MB_OK);
// TODO: Place code here.
MessageBox(0,lpCmdLine,lpCmdLine,MB_OK);
阅读 47
2023-06-17
int APIENTRY WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
MessageBox(0,lpCmdLine,lpCmdLine,MB_OK);
// TODO: Place code here.
精彩评论(0)