Changeset 50187 in vbox
- Timestamp:
- Jan 23, 2014 4:37:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/capiidl.xsl
r50183 r50187 189 189 # include "VirtualBox.h" 190 190 191 #ifndef __cplusplus 192 /* Skip this in the C++ case as there's already a definition for CBSTR. */ 191 193 typedef const BSTR CBSTR; 194 #endif /* !__cplusplus */ 192 195 193 196 #define ComSafeArrayAsInParam(f) (f) 194 197 #define ComSafeArrayAsOutParam(f) (&(f)) 195 #define ComSafeArrayAsOutIfaceParam(f ) (&(f))198 #define ComSafeArrayAsOutIfaceParam(f,t) (&(f)) 196 199 197 200 #else /* !WIN32 */
Note:
See TracChangeset
for help on using the changeset viewer.