1 Star 0 Fork 0

2144/dut

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
WinMin.h 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
2144 提交于 2024-07-07 22:17 . s
#pragma once
#ifndef WINMAIN_H
#define WINMAIN_H
// 定义下面这些宏以去掉Windows中那些没用的组件
#ifndef FULL_WINTARD
#define WIN32_LEAN_AND_MEAN
#define NOGDICAPMASKS
#define NOSYSMETRICS
#define NOMENUS
#define NOICONS
#define NOSYSCOMMANDS
#define NORASTEROPS
#define OEMRESOURCE
#define NOATOM
#define NOCLIPBOARD
#define NOCOLOR
#define NOCTLMGR
#define NODRAWTEXT
#define NOKERNEL
// #define NONLS
#define NOMEMMGR
#define NOMETAFILE
#define NOOPENFILE
#define NOSCROLL
#define NOSERVICE
#define NOSOUND
#define NOTEXTMETRIC
#define NOWH
#define NOCOMM
#define NOKANJI
#define NOHELP
#define NOPROFILER
#define NODEFERWINDOWPOS
#define NOMCX
#define NORPC
#define NOPROXYSTUB
#define NOIMAGE
#define NOTAPE
#endif
#define NOMINMAX
#include <Windows.h>
#include <d3d11.h>
#include <wrl/client.h>
#include <iostream>
#include <string>
#include <vector>
#include <map>
#include <d3d11.h>
#include <d3dcommon.h>
#include <d3dcompiler.h>
#include <wrl/client.h>
#include <iostream>
#include <string>
#include <ostream>
#include <fstream>
#include <istream>
#include <sstream>
#include <vector>
#include <map>
#include <unordered_map>
#include <list>
#include <string>
#include <filesystem>
namespace fs = std::filesystem;
using namespace Microsoft::WRL;
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/iamherer/dut.git
git@gitee.com:iamherer/dut.git
iamherer
dut
dut
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385