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 @@
#pragma once
#pragma once
#include "stdafx.h"
#include "ProxyConnectServer.h"
#include "Resource.h"
@@ -30,7 +30,7 @@ typedef struct {
BYTE szIP;
} Socks5Info;
// <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: curl --socks5 127.0.0.1:5543 https://www.example.com
// 代理测试: curl --socks5 127.0.0.1:5543 https://www.example.com
class CProxyMapDlg : public DialogBase
{
public: