- Timestamp:
- Jan 30, 2017 6:00:51 PM (8 years ago)
- Location:
- trunk/src/VBox/Debugger
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgConsole.cpp
r65521 r65522 45 45 46 46 #include <VBox/com/string.h> 47 #ifdef VBOX_WITH_XPCOM48 # include <VirtualBox_XPCOM.h>49 #else50 # include <VirtualBox.h>51 #endif52 47 53 48 -
trunk/src/VBox/Debugger/VBoxDbgConsole.h
r65521 r65522 30 30 #include <iprt/thread.h> 31 31 32 class IVirtualBox; 32 // VirtualBox COM interfaces declarations (generated header) 33 #ifdef VBOX_WITH_XPCOM 34 # include <VirtualBox_XPCOM.h> 35 #else 36 # include <VirtualBox.h> 37 #endif 38 33 39 34 40 class VBoxDbgConsoleOutput : public QTextEdit
Note:
See TracChangeset
for help on using the changeset viewer.