⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdafx.h

📁 墨香最新私服
💻 H
字号:

#pragma once

#ifdef _MFC
	#include <afx.h>
	#include <ole2.h>
	#include <initguid.h>

#endif

#ifndef _MFC
	// Windows Header Files:
	#include <windows.h>
	#include <ole2.h>
	#include <initguid.h>

	// C RunTime Header Files
	#include <stdlib.h>
	#include <malloc.h>
	#include <memory.h>
	#include <tchar.h>
	#include <stdio.h>
#endif

#define GUID_SIZE 128
#define MAX_STRING_LENGTH 256
typedef void**	PPVOID;

typedef void** PPVOID;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -