Changeset 13836 in vbox for trunk/include
- Timestamp:
- Nov 5, 2008 2:42:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r13832 r13836 1378 1378 * Converts an uint16_t value from network to host byte order. */ 1379 1379 #define RT_N2H_U16_C(u16) RT_BE2H_U16_C(u16) 1380 1381 1382 /** @def RT_NO_DEPRECATED_MACROS1383 * Define RT_NO_DEPRECATED_MACROS to not define deprecated macros.1384 */1385 #ifndef RT_NO_DEPRECATED_MACROS1386 /** @copydoc RT_ELEMENTS1387 * @deprecated use RT_ELEMENTS. */1388 # define ELEMENTS(aArray) RT_ELEMENTS(aArray)1389 #endif1390 1380 1391 1381
Note:
See TracChangeset
for help on using the changeset viewer.