portable.h
来自「Zoran V966 DVD 解码 Soc芯片的源程序」· C头文件 代码 · 共 30 行
H
30 行
// 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 + =
减小字号Ctrl + -
显示快捷键?