1 Star 2 Fork 0

龙雨城 / RH_Douyin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
stdafx.h 695 Bytes
一键复制 编辑 原始数据 按行查看 历史
龙雨城 提交于 2022-05-31 13:19 . 修正
// 经常使用但不常更改的
// 项目特定的包含文件
//
#pragma once
#define WIN32_LEAN_AND_MEAN // 从 Windows 头文件中排除极少使用的内容
#define _CRT_SECURE_NO_WARNINGS 1
// Windows 头文件
#include <windows.h>
// C 运行时头文件
#include <stdlib.h>
#include <malloc.h>
#include <memory.h>
#include <tchar.h>
#include <string>
#include <io.h>
#include <Objbase.h>
#include <time.h>
#include <iostream>
#include <fstream>
#include <time.h>
#include <algorithm>
#include <vector>
#include <map>
#include <shlwapi.h>
#include <random>
#pragma comment(lib,"Shlwapi.lib")
#pragma comment(lib,"Ole32.lib")
#define _NEW_PATH 1
#include "sqlite3.h"
C++
1
https://gitee.com/long-yucheng/rh_-douyin.git
git@gitee.com:long-yucheng/rh_-douyin.git
long-yucheng
rh_-douyin
RH_Douyin
master

搜索帮助