Commit ee82123b authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

d3dcompiler.h: Added missing extern "C".

parent 71ac2d90
......@@ -21,6 +21,10 @@
#include "d3d11shader.h"
#ifdef __cplusplus
extern "C" {
#endif
#define D3DCOMPILE_DEBUG 0x0001
#define D3DCOMPILE_SKIP_VALIDATION 0x0002
#define D3DCOMPILE_SKIP_OPTIMIZATION 0x0004
......@@ -85,4 +89,8 @@ HRESULT WINAPI D3DPreprocess(const void *data, SIZE_T size, const char *filename
const D3D_SHADER_MACRO *defines, ID3DInclude *include,
ID3DBlob **shader, ID3DBlob **error_messages);
#ifdef __cplusplus
}
#endif
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment