HWND hGame = ::FindWindowW(NULL,_T("无标题记事本"));
编译通过
HWND hGame = ::FindWindowW(NULL,_T("无标题 - 记事本"));
编译失败
Error 8 error C2001: newline in constant g:\Private\Design\VC Project\Project\ClientUI\clientui.cpp 67 ClientUI
Error 9 fatal error C1057: unexpected end of file in macro expansion g:\Private\Design\VC Project\Project\ClientUI\clientui.cpp 67 ClientUI
项目字符集已经改成U了,怎么解决?