clips_menu_custom.h

来自「Zoran V966 DVD 解码 Soc芯片的源程序」· C头文件 代码 · 共 27 行

H
27
字号
/****************************************************************************************************
*  Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
*  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
*  File: clips_menu_custom.h
*
* Description:
* =========
****************************************************************************************************/
/****************************************************************************************************
*	DEFINITION: Private typedefs 
****************************************************************************************************/
/****************************************************************************************************
*	DEFINITION: Private named constants
****************************************************************************************************/
/****************************************************************************************************
*	DEFINITION: Private macros
****************************************************************************************************/
//#define D_CUSTOM__IsAllowedIntroMode 			1

/***************************************************************************************
* 	Private static functions declaration
****************************************************************************************/
#ifdef D_CUSTOM__IsAllowedIntroMode
static BOOL _IsAllowedIntroMode(void);
#endif//D_CUSTOM__IsAllowedIntroMode

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?