📄 mmdefine.h
字号:
/*****************************************************************************
* mmdefine.h :
* REALmagic Quasar Hardware Library Demux
* Created by Kevin Vo
* Copyright Sigma Designs Inc
* Sigma Designs Proprietary and confidential
* Created on 10/29/2001
* Description: This file is mainly used to define some values that will help
* to precompile the code.
*****************************************************************************/
#ifndef __MMDEFINE_H_
#define __MMDEFINE_H_
//****************************************************************************
// Uncomment this define if you are using this demux with COM Interface
// (IRmHardware Interface).
//****************************************************************************
#define _COM_INTERFACE_
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -