#include "stdafx.h" int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdL

2025-02-27 23:08:36
推荐回答(1个)
回答1:

'MB_YESN0' 这个宏没有定义.

#define MB_YESNO 0x00000004L

加上上边这个语句.

另外,你要把windows.h这个头文件包含进来.