Changeset 76563 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/common/wddm
- Timestamp:
- Jan 1, 2019 3:53:56 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127865
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/common/wddm/VBoxMPIf.h
r76553 r76563 23 23 */ 24 24 25 #ifndef ___VBoxMPIf_h___26 #define ___VBoxMPIf_h___25 #ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_common_wddm_VBoxMPIf_h 26 #define GA_INCLUDED_SRC_WINNT_Graphics_Video_common_wddm_VBoxMPIf_h 27 27 #ifndef RT_WITHOUT_PRAGMA_ONCE 28 28 # pragma once … … 986 986 #define VBOXWDDM_TRAILARRAY_MAXELEMENTSU32(_t, _af) ((uint32_t)(((~(0UL)) - (uint32_t)RT_OFFSETOF(_t, _af[0])) / RT_SIZEOFMEMB(_t, _af[0]))) 987 987 988 #endif /* #ifndef ___VBoxMPIf_h___*/988 #endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_common_wddm_VBoxMPIf_h */
Note:
See TracChangeset
for help on using the changeset viewer.