include: Move D3D_BLOB_PART to a new header file.

According to a clang diagnostic, redefining a typedef is C11, and
we want to stick with C99.
This commit is contained in:
Giovanni Mascellani
2023-10-20 21:24:28 +02:00
committed by Alexandre Julliard
parent 4e1f4cc428
commit bae6079047
Notes: Alexandre Julliard 2023-11-06 23:17:45 +01:00
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/423
4 changed files with 49 additions and 24 deletions

View File

@@ -24,6 +24,7 @@ vkd3d_public_headers = \
include/vkd3d_d3d9types.h \
include/vkd3d_d3dcommon.h \
include/vkd3d_d3dcompiler.h \
include/vkd3d_d3dcompiler_types.h \
include/vkd3d_d3dx9shader.h \
include/vkd3d_dxgibase.h \
include/vkd3d_dxgiformat.h \