Changeset 93537 in vbox for trunk/include/iprt/win
- Timestamp:
- Feb 1, 2022 6:04:04 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149665
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/win/d3dkmthk.h
r93115 r93537 35 35 # pragma warning(disable:4255) /* d3dkmthk.h(2061): warning C4255: 'PFND3DKMT_CHECKEXCLUSIVEOWNERSHIP': no function prototype given: converting '()' to '(void)' */ 36 36 # endif 37 #endif 38 37 39 /* 10.0.22000.0 SDK: */ 38 # pragma warning(disable:4668) /* d3dkmdt.h(405): warning C4668: 'DXGKDDI_INTERFACE_VERSION_WDDM1_3_M1' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' */ 39 #endif 40 #define DXGKDDI_INTERFACE_VERSION_WDDM_1_3 DXGKDDI_INTERFACE_VERSION_WDDM1_3 41 #define DXGKDDI_INTERFACE_VERSION_WDDM_2_0 DXGKDDI_INTERFACE_VERSION_WDDM2_0 42 #define DXGKDDI_INTERFACE_VERSION_WDDM1_3_M1 DXGKDDI_INTERFACE_VERSION_WDDM1_3 40 43 41 44 #include <d3dkmthk.h>
Note:
See TracChangeset
for help on using the changeset viewer.