【MSCE C++】发布结构使用wchar_t类型报错

typedef struct mydata
{
	WChar datas[256];
} MyData;

报错如下

把WChar改为char就可以正常编译

Parents Reply Children
No Data