VirtualBox

Changeset 21691 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Jul 17, 2009 1:54:24 PM (16 years ago)
Author:
vboxsync
Message:

DrvHostBase.cpp: missing macros added by iprt/stdint.h now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvHostBase.cpp

    r21626 r21691  
    2525*******************************************************************************/
    2626#define LOG_GROUP LOG_GROUP_DRV_HOST_BASE
    27 /* We need this for UINT32_C for RTSTR_VALIDATE_ENCODING_ZERO_TERMINATED */
    28 #include <iprt/stdint.h>
    2927#ifdef RT_OS_DARWIN
    3028# include <mach/mach.h>
     
    185183            cbRead -= cbRead32;
    186184            pvBuf   = (uint8_t *)pvBuf + cbRead32;
    187         } while ((cbRead > 0) && RT_SUCCESS(rc)); 
     185        } while ((cbRead > 0) && RT_SUCCESS(rc));
    188186
    189187#else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette