[PATCH] include: Remove duplicate extern C from d3d11.idl
16 Apr
2019
16 Apr
'19
5:13 a.m.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- include/d3d11.idl | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/d3d11.idl b/include/d3d11.idl index 78b4f33..384214f 100644 --- a/include/d3d11.idl +++ b/include/d3d11.idl @@ -1039,11 +1039,9 @@ typedef enum D3D11_STENCIL_OP } D3D11_STENCIL_OP; cpp_quote("#if !defined(D3D11_NO_HELPERS) && defined(__cplusplus)") -cpp_quote("}") cpp_quote("inline UINT D3D11CalcSubresource(UINT MipSlice, UINT ArraySlice, UINT MipLevels) {") cpp_quote(" return MipSlice + ArraySlice * MipLevels;") cpp_quote("}") -cpp_quote("extern \"C\"{") cpp_quote("#endif") typedef struct D3D11_SUBRESOURCE_DATA -- 1.9.1
2524
Age (days ago)
2524
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alistair Leslie-Hughes