Changeset 76520 in vbox for trunk/src/VBox/Devices/Graphics/HGSMI
- Timestamp:
- Dec 30, 2018 5:39:55 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127821
- Location:
- trunk/src/VBox/Devices/Graphics/HGSMI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h
r71651 r76520 16 16 */ 17 17 18 19 18 #ifndef ___HGSMIHost_h 20 19 #define ___HGSMIHost_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 21 23 22 24 #include <VBox/vmm/vm.h> -
trunk/src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.h
r71590 r76520 18 18 #ifndef ___SHGSMIHost_h___ 19 19 #define ___SHGSMIHost_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "HGSMIHost.h"
Note:
See TracChangeset
for help on using the changeset viewer.