Changeset 33676 in vbox for trunk/include
- Timestamp:
- Nov 2, 2010 9:48:24 AM (14 years ago)
- Location:
- trunk/include
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/ExtPack/ExtPack.h
r33623 r33676 196 196 #endif 197 197 198 -
trunk/include/VBox/VMMDev.h
r33540 r33676 347 347 * size of cursor, including the trailing cursor image and mask data. 348 348 * @note an "empty" request still has the four preallocated bytes of data 349 * 349 * 350 350 * @returns the size 351 351 * @param width the cursor width -
trunk/include/VBox/com/defs.h
r33385 r33676 41 41 # undef RT_MAX 42 42 # define REDEFINE_RT_MAX 43 # endif 43 # endif 44 44 # undef RT_MAX 45 45 … … 55 55 56 56 /* */ 57 # undef RT_MAX 57 # undef RT_MAX 58 58 # ifdef REDEFINE_RT_MAX 59 59 # define RT_MAX(Value1, Value2) ( (Value1) >= (Value2) ? (Value1) : (Value2) ) -
trunk/include/iprt/symlink.h
r33426 r33676 150 150 #endif 151 151 152
Note:
See TracChangeset
for help on using the changeset viewer.