precomp.h
来自「WINDDK XP/2003 Microsoft Bitmap Printer」· C头文件 代码 · 共 50 行
H
50 行
//
//
// PURPOSE: Header files that should be in the precompiled header.
//
// PLATFORMS:
//
// Windows XP, Windows Server 2003
//
//
#ifndef _PRECOMP_H
#define _PRECOMP_H
// Required header files that shouldn't change often.
#include <STDDEF.H>
#include <STDLIB.H>
#include <OBJBASE.H>
#include <STDARG.H>
#include <STDIO.H>
#include <WINDEF.H>
#include <WINERROR.H>
#include <WINBASE.H>
#include <WINGDI.H>
#ifdef __cplusplus
extern "C"
{
#endif // cplusplus
#include <WINDDI.H>
#ifdef __cplusplus
}
#endif // cplusplus
#include <TCHAR.H>
#include <EXCPT.H>
#include <ASSERT.H>
#include <PRINTOEM.H>
#define COUNTOF(p) (sizeof(p)/sizeof(*(p)))
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?