[PATCH 3/5] d3dx9_36: Implement ID3DXFileImpl_CreateEnumObject with stubbed ID3DXFileEnumObject interface. (try 5)

Christian Costa titan.costa at gmail.com
Thu Oct 25 04:00:29 CDT 2012


My bad, I updated the wrong patch.

2012/10/25 Nikolay Sivov <bunglehead at gmail.com>

> On 10/25/2012 10:34, Christian Costa wrote:
>
>> ---
>>   dlls/d3dx9_36/xfile.c |  172 ++++++++++++++++++++++++++++++**
>> ++++++++++++++++++-
>>   1 file changed, 170 insertions(+), 2 deletions(-)
>>
>> diff --git a/dlls/d3dx9_36/xfile.c b/dlls/d3dx9_36/xfile.c
>> index ebaefaf..32c3edd 100644
>> --- a/dlls/d3dx9_36/xfile.c
>> +++ b/dlls/d3dx9_36/xfile.c
>> @@ -32,12 +32,123 @@ typedef struct {
>>       IDirectXFile *dxfile;
>>   } ID3DXFileImpl;
>>   +typedef struct {
>> +    ID3DXFileEnumObject ID3DXFileEnumObject_iface;
>> +    LONG ref;
>> +    IDirectXFileEnumObject *dxfile_enum_object;
>> +} ID3DXFileEnumObjectImpl;
>>
> You remove that field in next patch anyway.
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20121025/7a146bf7/attachment.html>


More information about the wine-devel mailing list