Changeset 54648 in vbox for trunk/src/VBox/Debugger
- Timestamp:
- Mar 5, 2015 1:30:59 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbg.cpp
r44528 r54648 21 21 #define LOG_GROUP LOG_GROUP_DBGG 22 22 #define VBOX_COM_NO_ATL 23 #ifdef RT_OS_WINDOWS 24 # include <VirtualBox.h> 25 #else /* !RT_OS_WINDOWS */ 26 # include <VirtualBox_XPCOM.h> 27 #endif /* !RT_OS_WINDOWS */ 23 28 #include <VBox/dbggui.h> 24 29 #include <VBox/vmm/vm.h>
Note:
See TracChangeset
for help on using the changeset viewer.