Re: [PATCH 1/5] d3dx9_36: Implement D3DXFileCreate.
22 Oct
2012
22 Oct
'12
8:13 p.m.
On 22.10.2012 21:27, Christian Costa wrote:
+static HRESULT WINAPI ID3DXFileImpl_QueryInterface(ID3DXFile *iface, REFIID riid, LPVOID *ret_iface)
+ ID3DXFileImpl *This = impl_from_ID3DXFile(iface);
+ ID3DXFileImpl* object;
Please be a bit more consistent across your patch... There are a lot more occurrences where you mix both usages.
4802
Age (days ago)
4802
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rico Schüller