1 Star 0 Fork 0

soui3-demo/SouiWallPaper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
stdafx.h 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
setoutsoft 提交于 2019-11-09 23:48 . sync to soui3.
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#define _CRT_SECURE_NO_WARNINGS
#define DLL_SOUI
#include <souistd.h>
#include <core/SHostDialog.h>
#include <control/SMessageBox.h>
#include <control/souictrls.h>
#include <res.mgr/sobjdefattr.h>
#include <com-cfg.h>
#include "resource.h"
#define R_IN_CPP //定义这个开关来
#include "res\resource.h"
using namespace SOUI;
#include <helper/SAdapterBase.h>
#include <event/SNotifyCenter.h>
#include <json/json.h>
#include <string>
#include <map>
#include <vector>
#include <set>
using namespace std;
#include "events.h"
#include "network/HttpDownloader.h"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/soui3-demo/SouiWallPaper.git
git@gitee.com:soui3-demo/SouiWallPaper.git
soui3-demo
SouiWallPaper
SouiWallPaper
master

搜索帮助