📄 pch.h
字号:
/****************************************************************************** pch.h : Master Include for Precompiled headers* REALmagic Quasar Hardware Library* Created by Michael Ignaszewski* Copyright Sigma Designs Inc* Sigma Designs Proprietary and confidential* Created on 08/19/99* Description:*****************************************************************************//* header files for imported files */#ifdef __PCH_H__#error pch.h included twice#endif#ifndef __PCH_H__#define __PCH_H__/*****************************************************************************/// DO NOT SHARE// Master define file : project specific#include "define.h"#include "config.h"// DO NOT SHARE// Master OS dependent Include file#include "osinc.h"/*****************************************************************************/// SHARED - starting from here the include files should be shared by// all projects/OSes// OS dependent functions used in HwLib - TO BE IMPLEMENTED by developer#include "os.h"// property sets definitions#include "rm84cmn.h"// HwLib error definitions#include "qerror.h"// HwLib specific definitions - planned to be moved in rm84cmn.h#include "qhwlib.h"// interfaces definitions#include "iinclude.h" // interface IID definitions#undef INITGUID#include "uuids.h"#endif /*__PCH_H__*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -