📄 precompiledheaders.h
字号:
// PrecompiledHeaders.h: interface for the PrecompiledHeaders class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_PRECOMPILEDHEADERS_H__E35C2A08_0C5B_4ACA_B05E_FCD342BF2F54__INCLUDED_)
#define AFX_PRECOMPILEDHEADERS_H__E35C2A08_0C5B_4ACA_B05E_FCD342BF2F54__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#endif
#include <windows.h>
#include <commdlg.h>
//#include <wmsdk.h>
#include <mlang.h>
#include <Mmreg.h>
#include <atlbase.h>
#include <crtdbg.h>
#include <nserror.h>
#include <assert.h>
#include <streams.h>
#include <Dvdmedia.h>
#include <commctrl.h> //add by yyq
#include <stdio.h>
#include "Macros.h"
#endif // !defined(AFX_PRECOMPILEDHEADERS_H__E35C2A08_0C5B_4ACA_B05E_FCD342BF2F54__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -