Changeset 76540 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common
- Timestamp:
- Dec 30, 2018 6:26:37 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127842
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPCommon.h
r69500 r76540 18 18 #ifndef VBOXMPCOMMON_H 19 19 #define VBOXMPCOMMON_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxMPDevExt.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPDevExt.h
r75445 r76540 18 18 #ifndef VBOXMPDEVEXT_H 19 19 #define VBOXMPDEVEXT_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxMPUtils.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPHGSMI.h
r69500 r76540 18 18 #ifndef VBOXMPHGSMI_H 19 19 #define VBOXMPHGSMI_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxMPDevExt.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPUtils.h
r75403 r76540 18 18 #ifndef VBOXMPUTILS_H 19 19 #define VBOXMPUTILS_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /*Sanity check*/
Note:
See TracChangeset
for help on using the changeset viewer.