<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
 static HRESULT WINAPI directx8_QueryInterface(<wbr>IDirectX8 *iface, REFIID riid, void **ppv)<br>
@@ -237,9 +440,11 @@ static HRESULT WINAPI directx8_<wbr>DirectPlayAddressCreate(<wbr>IDirectX8 *iface, DirectP<br>
<br>
 static HRESULT WINAPI directx8_Direct3DCreate(<wbr>IDirectX8 *iface, Direct3D8 **ret)<br>
 {<br>
-    FIXME("(%p): stub!\n", ret);<br>
+    HRESULT res = direct3d8_create(ret);<br>
<br>
-    return E_NOTIMPL;<br>
+    TRACE("(%p) -> (%x)\n", ret, res);<br>
+<br>
+    return res;<br>
 }<br></blockquote><div><br></div><div>That's an unusual way to arrange things. Why don't you return as "return direct3d8_create();" ?</div><div><br></div></div></div></div>