Jacek Caban : d3d9.h: Added Direct3DCreate9Ex declaration.

Alexandre Julliard julliard at winehq.org
Wed Feb 19 14:48:16 CST 2014


Module: wine
Branch: master
Commit: 46923014b6288f548131cba39a11592c05efadad
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=46923014b6288f548131cba39a11592c05efadad

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Feb 19 11:15:08 2014 +0100

d3d9.h: Added Direct3DCreate9Ex declaration.

---

 include/d3d9.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/d3d9.h b/include/d3d9.h
index 20625b0..d5107db 100644
--- a/include/d3d9.h
+++ b/include/d3d9.h
@@ -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" */




More information about the wine-cvs mailing list