204 Star 653 Fork 335

anyRTC/AnyRTC-RTMP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
LiveWin32.h 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
DyncEric 提交于 9年前 . Update
/*
* Copyright (c) 2016 The AnyRTC project authors. All Rights Reserved.
*
* Please visit https://www.anyrtc.io for detail.
*
* The GNU General Public License is a free, copyleft license for
* software and other kinds of works.
*
* The licenses for most software and other practical works are designed
* to take away your freedom to share and change the works. By contrast,
* the GNU General Public License is intended to guarantee your freedom to
* share and change all versions of a program--to make sure it remains free
* software for all its users. We, the Free Software Foundation, use the
* GNU General Public License for most of our software; it applies also to
* any other work released this way by its authors. You can apply it to
* your programs, too.
* See the GNU LICENSE file for more info.
*/
#pragma once
#ifndef __AFXWIN_H__
#error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
#endif
#include "resource.h" // 主符号
// CLiveWin32App:
// 有关此类的实现,请参阅 LiveWin32.cpp
//
class CLiveWin32App : public CWinApp
{
public:
CLiveWin32App();
// 重写
public:
virtual BOOL InitInstance();
// 实现
DECLARE_MESSAGE_MAP()
};
extern CLiveWin32App theApp;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/dynctm/AnyRTC-RTMP.git
git@gitee.com:dynctm/AnyRTC-RTMP.git
dynctm
AnyRTC-RTMP
AnyRTC-RTMP
master

搜索帮助