Changeset 83787 in vbox
- Timestamp:
- Apr 18, 2020 12:00:11 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/VirtualBoxBase.cpp
r82968 r83787 24 24 25 25 #if !defined(VBOX_WITH_XPCOM) 26 #include <iprt/win/windows.h> 27 #include <dbghelp.h> 26 # include <iprt/win/windows.h> 28 27 #else /* !defined(VBOX_WITH_XPCOM) */ 29 28 /// @todo remove when VirtualBoxErrorInfo goes away from here 30 # include <nsIServiceManager.h>31 # include <nsIExceptionService.h>29 # include <nsIServiceManager.h> 30 # include <nsIExceptionService.h> 32 31 #endif /* !defined(VBOX_WITH_XPCOM) */ 33 32
Note:
See TracChangeset
for help on using the changeset viewer.