Changeset 40404 in vbox for trunk/include
- Timestamp:
- Mar 8, 2012 5:56:55 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r39457 r40404 1069 1069 #define RT_CONCAT4_HLP(a,b,c,d) a##b##c##d 1070 1070 1071 /** 1072 * String constant tuple - strlen(string constant), string constant. 1073 * 1074 * @param a_szConst String constant. 1075 */ 1076 #define RT_STR_TUPLE(a_szConst) sizeof(a_szConst) - 1, a_szConst 1077 1071 1078 1072 1079 /** @def RT_BIT
Note:
See TracChangeset
for help on using the changeset viewer.