⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 portable.h

📁 Zoran V966 DVD 解码 Soc芯片的源程序
💻 H
字号:
// Filename: portable.h

/*
// $Header: /I76/I76_Common/I76_Reference/Playcore/Nav_Clips/AviDrm/LibDrmCommon/portable.h 2     2/15/04 7:41p Lotan $
// Copyright (c) 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.
*/

/*
These defines are used to define how fundamental types are used.
*/

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

#ifdef AVI_DRM_SUPPORT

#define uint16   UINT16
#define uint8    UINT8

#define uint32_t UINT32
#define uint16_t UINT16
#define uint8_t  UINT8

#endif // AVI_DRM_SUPPORT

⌨️ 快捷键说明

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