Changeset 85858 in vbox
- Timestamp:
- Aug 21, 2020 9:14:31 AM (4 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
-
Devices/Graphics/DevVGA-SVGA3d-info.cpp (modified) (1 diff)
-
Main/src-client/RecordingStream.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-info.cpp
r85856 r85858 29 29 #include <iprt/mem.h> 30 30 #include <iprt/path.h> 31 #ifdef RT_OS_WINDOWS 32 # include <iprt/formats/bmp.h> 33 #endif 31 32 #include <iprt/formats/bmp.h> 34 33 35 34 #include <VBox/vmm/pgm.h> /* required by DevVGA.h */ -
trunk/src/VBox/Main/src-client/RecordingStream.cpp
r85856 r85858 24 24 #include <iprt/path.h> 25 25 26 #if VBOX_RECORDING_DUMP26 #ifdef VBOX_RECORDING_DUMP 27 27 # include <iprt/formats/bmp.h> 28 28 #endif
Note:
See TracChangeset
for help on using the changeset viewer.

