提交 6039cbb9 编写于 作者: J jasonlee 提交者: Colin Edwards

obs-ffmpeg: Use correct calling convention on CreateDXGIFactory1

Closes #1740
上级 01b6672d
......@@ -193,7 +193,7 @@ static bool is_blacklisted(const wchar_t *name)
return false;
}
typedef HRESULT (*create_dxgi_proc)(const IID *, IDXGIFactory1 **);
typedef HRESULT (WINAPI *create_dxgi_proc)(const IID *, IDXGIFactory1 **);
static bool nvenc_device_available(void)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册