precompiledheaders.h

来自「对比两个AVI文件的psnr值的VC源代码」· C头文件 代码 · 共 34 行

H
34
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?