portable.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
- // 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 "Includesysdefs.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