废话不讲了看程序~!
#include <Windows.h>
#define 字符串 LPTSTR
int WINAPI WinMain( __in HINSTANCE hInstance, __in_opt HINSTANCE hPrevInstance, __in_opt LPSTR lpCmdLine, __in int nShowCmd )
{
字符串 a="564654";
字符串 b="提示";
MessageBox(NULL,a,b,0);
}
把宏定义为中文有没有问题啊?
为什么测试通过没有错误没有警告
而且还能正常运行