#include int WINAPI WinMain(HINSTANCE hinstance, HINSTANCE hprevinstance , LPSTR lpCmdLine, int cmdShow) { MessageBox(NULL, lpCmdLine, "メッセージ", MB_OK); return 0; }