这样就好了:
#include
#pragma comment(linker, "/subsystem:windows")
#pragma comment(lib,"user32.lib")
int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
{
MessageBox(NULL,"vvds ","igfhgfhgfhgfhgfhgf",MB_OK);
return 0;
}
#include 你少了#
12345