Changeset 108629 in vbox
- Timestamp:
- Mar 20, 2025 11:02:34 AM (7 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168041
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/dxvk-2.3.1/include/native/directx/d3d11.h
r105107 r108629 799 799 #endif 800 800 #if !defined(D3D11_NO_HELPERS) && defined(__cplusplus) 801 #ifndef VBOX 801 802 struct CD3D11_DEFAULT {}; 803 #else 804 struct CD3D11_DEFAULT { uint8_t bDummy; }; 805 #endif 802 806 extern const DECLSPEC_SELECTANY CD3D11_DEFAULT D3D11_DEFAULT; 803 807 #endif
Note:
See TracChangeset
for help on using the changeset viewer.