Changeset 92906 in vbox for trunk/src/VBox/Debugger
- Timestamp:
- Dec 14, 2021 10:14:27 PM (3 years ago)
- Location:
- trunk/src/VBox/Debugger
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbg.cpp
r90520 r92906 23 23 #define VBOX_COM_NO_ATL 24 24 #ifdef RT_OS_WINDOWS 25 # include <iprt/win/windows.h> /* Include via cleanup wrapper before VirtualBox.h includes it via rpc.h. */ 25 26 # include <VirtualBox.h> 26 27 #else /* !RT_OS_WINDOWS */ -
trunk/src/VBox/Debugger/VBoxDbgConsole.h
r86329 r92906 38 38 # include <VirtualBox_XPCOM.h> 39 39 #else 40 # include <iprt/win/windows.h> /* Include via cleanup wrapper before VirtualBox.h includes it via rpc.h. */ 40 41 # include <VirtualBox.h> 41 42 #endif -
trunk/src/VBox/Debugger/VBoxDbgGui.h
r90520 r92906 26 26 # include <VirtualBox_XPCOM.h> 27 27 #else 28 # include <iprt/win/windows.h> /* Include via cleanup wrapper before VirtualBox.h includes it via rpc.h. */ 28 29 # include <VirtualBox.h> 29 30 #endif
Note:
See TracChangeset
for help on using the changeset viewer.