VirtualBox

Changeset 23482 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Oct 1, 2009 1:38:38 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53104
Message:

iprt/sanity.c: Check the sizes of the RTUINTxxU types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/sanity.h

    r16383 r23482  
    205205TEST_CONST_MACRO(INT64_C(-1), int64_t);
    206206
     207
     208/*
     209 * Our union types.
     210 */
     211AssertCompileSize(RTUINT16U,  2);
     212AssertCompileSize(RTUINT32U,  4);
     213AssertCompileSize(RTUINT64U,  8);
     214AssertCompileSize(RTUINT128U, 16);
     215
Note: See TracChangeset for help on using the changeset viewer.

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