portable.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
源码类别:

DVD

开发平台:

Others

  1. // Filename: portable.h
  2. /*
  3. // $Header: /I76/I76_Common/I76_Reference/Playcore/Nav_Clips/AviDrm/LibDrmCommon/portable.h 2     2/15/04 7:41p Lotan $
  4. // Copyright (c) DivXNetworks, Inc. http://www.divxnetworks.com
  5. // All rights reserved.
  6. //
  7. // This software is the confidential and proprietary information of DivxNetworks
  8. // Inc. ("Confidential Information").  You shall not disclose such Confidential
  9. // Information and shall use it only in accordance with the terms of the license
  10. // agreement you entered into with DivXNetworks, Inc.
  11. */
  12. /*
  13. These defines are used to define how fundamental types are used.
  14. */
  15. #include "Config.h" // Global Configuration - do not remove!
  16. #include "Includesysdefs.h"
  17. #ifdef AVI_DRM_SUPPORT
  18. #define uint16   UINT16
  19. #define uint8    UINT8
  20. #define uint32_t UINT32
  21. #define uint16_t UINT16
  22. #define uint8_t  UINT8
  23. #endif // AVI_DRM_SUPPORT