Changeset 66537 in vbox
- Timestamp:
- Apr 12, 2017 2:42:47 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/Graphics/HGSMIChSetup.h
r65381 r66537 26 26 #ifndef ___VBox_Graphics_HGSMIChSetup_h 27 27 #define ___VBox_Graphics_HGSMIChSetup_h 28 29 #include <HGSMI.h>30 28 31 29 /* HGSMI setup and configuration channel commands and data structures. */ -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispVBVA.cpp
r65381 r66537 18 18 #include "VBoxDisp.h" 19 19 #include "VBoxDispMini.h" 20 #include <HGSMI.h> 20 21 #include <HGSMIChSetup.h> 21 22 -
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp
r65381 r66537 73 73 #include "HGSMIHost.h" 74 74 #include <HGSMIChannels.h> 75 #include <HGSMIChSetup.h>76 75 77 76 #include "../DevVGASavedState.h"
Note:
See TracChangeset
for help on using the changeset viewer.