VirtualBox

Changeset 78196 in vbox


Ignore:
Timestamp:
Apr 18, 2019 12:40:39 AM (6 years ago)
Author:
vboxsync
Message:

Another build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/include/cr_unpack.h

    r78191 r78196  
    160160#define DATA_POINTER(a_pState, offset, type )   ((type *) (crUnpackAccessChk((a_pState), int_cbAccessVerified, (offset), 0)) )
    161161
    162 #define DATA_POINTER_CHECK(a_pState, offset )   ((offset) < (a_pState)->cbUnpackDataLeft)
     162#define DATA_POINTER_CHECK(a_pState, offset )   ((size_t)(offset) < (a_pState)->cbUnpackDataLeft)
    163163
    164164#define INCR_DATA_PTR(a_pState, delta ) \
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