📄 stdafx.h
字号:
#ifndef _STDAFX_H_#define _STDAFX_H_#pragma warning (disable:4511 4512)#define _STLP_NEW_PLATFORM_SDK#define _STLP_NO_OWN_IOSTREAMS 1// Windows Header Files:#define WIN32_LEAN_AND_MEAN#include <windows.h>// C RunTime Header Files#include <stdio.h>#include <stdlib.h>#include <string.h>// DirectX/VFW/ACM#include <mmsystem.h>#include <mmreg.h>// STL#include "../../PODtypes.h"#if defined(UCLIBCPP) && (defined(__INTEL_COMPILER) || defined(__GNUC__) || (_MSC_VER>=1300)) #include "../../uClibc++/algorithm" #include "../../uClibc++/vector"#else #include <algorithm> #include <vector>#endif// WMV9#ifdef __GNUC__ #define AM_NOVTABLE#endif#ifndef EXTERN_GUID #define EXTERN_GUID(g,l1,s1,s2,c1,c2,c3,c4,c5,c6,c7,c8) DEFINE_GUID(g,l1,s1,s2,c1,c2,c3,c4,c5,c6,c7,c8)#endif#include <wmsdk.h>#include <wmcodecconst.h>// ffdshow#include "../../inttypes.h"#include "char_t.h"#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -