VirtualBox

Changeset 50187 in vbox


Ignore:
Timestamp:
Jan 23, 2014 4:37:53 PM (11 years ago)
Author:
vboxsync
Message:

Main/cbinding: fix a few windows build glitches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/cbinding/capiidl.xsl

    r50183 r50187  
    189189# include "VirtualBox.h"
    190190
     191#ifndef __cplusplus
     192/* Skip this in the C++ case as there's already a definition for CBSTR. */
    191193typedef const BSTR CBSTR;
     194#endif /* !__cplusplus */
    192195
    193196#define ComSafeArrayAsInParam(f) (f)
    194197#define ComSafeArrayAsOutParam(f) (&(f))
    195 #define ComSafeArrayAsOutIfaceParam(f) (&(f))
     198#define ComSafeArrayAsOutIfaceParam(f,t) (&(f))
    196199
    197200#else /* !WIN32 */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette