Changeset 24677 in vbox for trunk/include/VBox/com
- Timestamp:
- Nov 15, 2009 4:01:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/defs.h
r23223 r24677 421 421 nsresult rv; \ 422 422 \ 423 _InstanceClass * inst ;\423 _InstanceClass * inst = NULL; /* initialized to shut up gcc */ \ 424 424 \ 425 425 *aResult = NULL; \
Note:
See TracChangeset
for help on using the changeset viewer.