VirtualBox

Changeset 41006 in vbox


Ignore:
Timestamp:
Apr 20, 2012 1:11:05 PM (13 years ago)
Author:
vboxsync
Message:

iprt/cdefs.h: _2K, _8K and _16K.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cdefs.h

    r40945 r41006  
    18611861/** 1 K (Kilo)                     (1 024). */
    18621862#define _1K                     0x00000400
     1863/** 2 K (Kilo)                     (2 048). */
     1864#define _2K                     0x00000800
    18631865/** 4 K (Kilo)                     (4 096). */
    18641866#define _4K                     0x00001000
     1867/** 8 K (Kilo)                     (8 192). */
     1868#define _8K                     0x00002000
     1869/** 16 K (Kilo)                   (16 384). */
     1870#define _16K                    0x00004000
    18651871/** 32 K (Kilo)                   (32 678). */
    18661872#define _32K                    0x00008000
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