VirtualBox

Changeset 13836 in vbox for trunk/include


Ignore:
Timestamp:
Nov 5, 2008 2:42:54 AM (16 years ago)
Author:
vboxsync
Message:

s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).

File:
1 edited

Legend:

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

    r13832 r13836  
    13781378 * Converts an uint16_t value from network to host byte order. */
    13791379#define RT_N2H_U16_C(u16)   RT_BE2H_U16_C(u16)
    1380 
    1381 
    1382 /** @def RT_NO_DEPRECATED_MACROS
    1383  * Define RT_NO_DEPRECATED_MACROS to not define deprecated macros.
    1384  */
    1385 #ifndef RT_NO_DEPRECATED_MACROS
    1386 /** @copydoc RT_ELEMENTS
    1387  * @deprecated use RT_ELEMENTS. */
    1388 # define ELEMENTS(aArray)               RT_ELEMENTS(aArray)
    1389 #endif
    13901380
    13911381
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