Changeset 50117 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Jan 20, 2014 2:05:02 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91661
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/initterm.cpp
r48282 r50117 6 6 7 7 /* 8 * Copyright (C) 2006-201 3Oracle Corporation8 * Copyright (C) 2006-2014 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 21 21 # include <objbase.h> 22 22 23 #else /* !defined 23 #else /* !defined(VBOX_WITH_XPCOM) */ 24 24 25 25 # include <stdlib.h> … … 173 173 return rv; 174 174 175 return localFile->QueryInterface(NS_GET_IID 175 return localFile->QueryInterface(NS_GET_IID(nsIFile), (void **)aRetval); 176 176 } 177 177 … … 187 187 static unsigned int gXPCOMInitCount = 0; 188 188 189 #else /* !defined 189 #else /* !defined(VBOX_WITH_XPCOM) */ 190 190 191 191 /** … … 199 199 static uint32_t gCOMMainInitCount = 0; 200 200 201 #endif /* !defined 201 #endif /* !defined(VBOX_WITH_XPCOM) */ 202 202 203 203 … … 295 295 gCOMMainInitCount = 1; 296 296 297 #else /* !defined 297 #else /* !defined(VBOX_WITH_XPCOM) */ 298 298 299 299 /* Unused here */ … … 499 499 } 500 500 501 #endif /* !defined 501 #endif /* !defined(VBOX_WITH_XPCOM) */ 502 502 503 503 AssertComRCReturnRC(rc); … … 537 537 CoUninitialize(); 538 538 539 #else /* !defined 539 #else /* !defined(VBOX_WITH_XPCOM) */ 540 540 541 541 nsCOMPtr<nsIEventQueue> eventQ;
Note:
See TracChangeset
for help on using the changeset viewer.