drmtypes.h

来自「ZORAN 962/966 SOURCE CODE,DVD chip」· C头文件 代码 · 共 27 行

H
27
字号
// $Header: /I76/I76_Common/I76_Reference/Playcore/Nav_Clips/AviDrm/LibDrmCommon/DrmTypes.h 4     2/15/04 7:41p Lotan $
// Copyright (c) 2003 DivXNetworks, Inc. http://www.divxnetworks.com
// All rights reserved.
//
// This software is the confidential and proprietary information of DivXNetworks
// Inc. ("Confidential Information").  You shall not disclose such Confidential
// Information and shall use it only in accordance with the terms of the license
// agreement you entered into with DivXNetworks, Inc.

#ifndef DRM_DEFINES_H
#define DRM_DEFINES_H


#include "Config.h"		// Global Configuration - do not remove!
#include "Include\sysdefs.h"

#ifdef AVI_DRM_SUPPORT

#include "Playcore\Nav_Clips\AviDrm\libDrmCommon\DrmTypeDefs.h"


extern uint8_t far nullGuard[OWNER_GUARD_BYTES];

#endif // AVI_DRM_SUPPORT

#endif // DRM_DEFINES_H

⌨️ 快捷键说明

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