Changeset 11390 in vbox for trunk/include
- Timestamp:
- Aug 13, 2008 1:39:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/defs.h
r9332 r11390 120 120 * which makes it impossible to use it for reading safearray data. 121 121 */ 122 #define ComSafeArrayInIsNull(aArg) (aArg == NULL )122 #define ComSafeArrayInIsNull(aArg) (aArg == NULL || *aArg == NULL) 123 123 124 124 /**
Note:
See TracChangeset
for help on using the changeset viewer.