修复乱码

This commit is contained in:
zhengxuan.zhang
2026-05-11 15:16:33 +08:00
parent 53f44ffdbf
commit 72695007c3
35 changed files with 493 additions and 493 deletions
@@ -1,17 +1,17 @@
// RobotControlDll.h : RobotControlDll DLL 的主头文件
// RobotControlDll.h : RobotControlDll DLL 的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
#error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
#endif
#include "resource.h" // 主符号
#include "resource.h" // 主符号
// CRobotControlDllApp
// 有关此类实现的信息,请参阅 RobotControlDll.cpp
// 有关此类实现的信息,请参阅 RobotControlDll.cpp
//
class CRobotControlDllApp : public CWinApp
@@ -19,7 +19,7 @@ class CRobotControlDllApp : public CWinApp
public:
CRobotControlDllApp();
// 重写
// 重写
public:
virtual BOOL InitInstance();