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 @@
// AudioManager.h: interface for the CAudioManager class.
// AudioManager.h: interface for the CAudioManager class.
//
//////////////////////////////////////////////////////////////////////
@@ -26,7 +26,7 @@ public:
BOOL SendRecordBuffer();
CAudio* m_AudioObject;
LPBYTE szPacket; // <EFBFBD><EFBFBD>Ƶ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
LPBYTE szPacket; // 音频缓存区
};
#endif // !defined(AFX_AUDIOMANAGER_H__B47ECAB3_9810_4031_9E2E_BC34825CAD74__INCLUDED_)