d3d9.h: Added Direct3DCreate9Ex declaration.

This commit is contained in:
Jacek Caban 2014-02-19 11:15:08 +01:00 committed by Alexandre Julliard
parent 64e11e0f98
commit 46923014b6
1 changed files with 1 additions and 0 deletions

View File

@ -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" */