Changeset 29388 in vbox for trunk/include
- Timestamp:
- May 11, 2010 8:08:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/VirtualBox.h
r28800 r29388 42 42 // generated VirtualBox COM library definition file 43 43 #if !defined (VBOXCOM_NOINCLUDE) 44 # if !defined (VBOX_WITH_XPCOM)45 # include <VirtualBox.h>46 # else47 # include <VirtualBox_XPCOM.h>48 # endif44 # if !defined (VBOX_WITH_XPCOM) 45 # include <VirtualBox.h> 46 # else 47 # include <VirtualBox_XPCOM.h> 48 # endif 49 49 #endif // !defined (VBOXCOM_NOINCLUDE) 50 50 … … 59 59 ComPtr<ILocalOwner> ptr; 60 60 61 #ifdef VBOX_WITH_XPCOM /* very noisy in pedantic mode */ 62 static const CLSID clsid = NS_CALLBACKWRAPPER_CID; 63 HRESULT rc = ptr.createInprocObject(clsid); 64 #else 61 65 HRESULT rc = ptr.createInprocObject(CLSID_CallbackWrapper); 66 #endif 62 67 if (FAILED(rc)) 63 68 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.