style: Change files encoding format to UTF8-BOM

This commit is contained in:
yuanyuanxiang
2026-01-02 20:00:18 +01:00
parent ba9be08411
commit b6af9ce615
356 changed files with 2819 additions and 2819 deletions

View File

@@ -1,4 +1,4 @@
// ShellManager.h: interface for the CShellManager class.
// ShellManager.h: interface for the CShellManager class.
//
//////////////////////////////////////////////////////////////////////
@@ -29,8 +29,8 @@ public:
BOOL m_bStarting;
HANDLE m_hThreadRead;
int m_nCmdLength; // <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
HANDLE m_hShellProcessHandle; //<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Cmd<EFBFBD><EFBFBD><EFBFBD>̵Ľ<EFBFBD><EFBFBD>̾<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>߳̾<EFBFBD><EFBFBD><EFBFBD>
int m_nCmdLength; // 输入的命令长度
HANDLE m_hShellProcessHandle; //保存Cmd进程的进程句柄和主线程句柄
HANDLE m_hShellThreadHandle;
};