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

d3d9.h: Added Direct3DCreate9Ex declaration.

parent 64e11e0f
......@@ -2196,6 +2196,7 @@ void WINAPI D3DPERF_SetRegion(D3DCOLOR color, const WCHAR *name);
/* Define the main entrypoint as well */
IDirect3D9* WINAPI Direct3DCreate9(UINT SDKVersion);
HRESULT WINAPI Direct3DCreate9Ex(UINT SDKVersion, IDirect3D9Ex**);
#ifdef __cplusplus
} /* extern "C" */
......
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