1 Star 1 Fork 0

我的乖乖/multiWechat-for-windows

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
multiWechat.h 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
我的乖乖 提交于 2022-02-22 02:04 . init

// multiWechat.h: PROJECT_NAME 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error "在包含此文件之前包含 'pch.h' 以生成 PCH"
#endif
#include "resource.h" // 主符号
// CmultiWechatApp:
// 有关此类的实现,请参阅 multiWechat.cpp
//
class CmultiWechatApp : public CWinApp
{
public:
CmultiWechatApp();
// 重写
public:
virtual BOOL InitInstance();
// 实现
DECLARE_MESSAGE_MAP()
};
extern CmultiWechatApp theApp;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/wodeguaiguaio/multi-wechat-for-windows.git
git@gitee.com:wodeguaiguaio/multi-wechat-for-windows.git
wodeguaiguaio
multi-wechat-for-windows
multiWechat-for-windows
master

搜索帮助