#include "windows.h"int WINAPI WinMain(HINSTANCE HInstance,HINSTANCE hPrevInstance,PSTR szCmdLine,int CmdShow){ MessageBox(NULL,TEXT("hello world"),TEXT("sdk"),0); return 0;}