On 22.10.2012 23:57, Christian Costa wrote:
-static HRESULT WINAPI ID3DXFileDataImpl_GetType(ID3DXFileData *iface, GUID*
guid)
+static HRESULT WINAPI ID3DXFileDataImpl_GetType(ID3DXFileData *iface, GUID
*guid)
- ID3DXFileDataImpl* object;
+ ID3DXFileDataImpl *object;
One minor thing: I'd put that fixes in patch 4/5. It doesn't make much
sense to add a line and change the style in the next patch from the same
series. I think it's better to correct this when it is added in the
first place.
Cheers
Rico