Re: [PATCH(1/1)] wininet: TLS fallback mechanism

2012-10-25 Thread Hiroshi Miura
Alexandre Julliard wrote: > "Hiroshi Miura(@osmf)" writes: > >> OpenSSL 1.0.x now support TLSv1.1 and TLSv1.2. >> Sometimes TLSv1.1/1.2 negotiation fails because of combination >> of server/client ssl library versions. >> It fixes the error connecting Evernote server with evernote client. >> http:

Re: [PATCH(1/1)] wininet: TLS fallback mechanism

2012-10-25 Thread Alexandre Julliard
"Hiroshi Miura(@osmf)" writes: > OpenSSL 1.0.x now support TLSv1.1 and TLSv1.2. > Sometimes TLSv1.1/1.2 negotiation fails because of combination > of server/client ssl library versions. > It fixes the error connecting Evernote server with evernote client. > http://bugs.winehq.org/show_bug.cgi?id=

Re: [PATCH 4/5] d3dx9_36: Implement ID3DXFileEnumObjectImpl_GetChildren & ID3DXFileEnumObjectImpl_GetChild and add stubbed interface for ID3DXFileData. (try 4)

2012-10-25 Thread Christian Costa
2012/10/25 Nikolay Sivov > On 10/25/2012 10:34, Christian Costa wrote: > >> >> + >> +static HRESULT WINAPI ID3DXFileDataImpl_Create(**IDirectXFileObject >> *dxfile_object, ID3DXFileData **ret_iface) >> +{ >> +ID3DXFileDataImpl *object; >> + >> +TRACE("(%p, %p)\n", dxfile_object, ret_iface

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

2012-10-25 Thread Christian Costa
My bad, I updated the wrong patch. 2012/10/25 Nikolay Sivov > 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/xfi

Re: [PATCH 5/5] d3dx9_36: Implement ID3DXFileDataImpl_GetType. (try 5)

2012-10-25 Thread Christian Costa
2012/10/25 Nikolay Sivov > On 10/25/2012 10:34, Christian Costa wrote: > >> --- >> dlls/d3dx9_36/xfile.c | 14 -- >> 1 file changed, 12 insertions(+), 2 deletions(-) >> >> diff --git a/dlls/d3dx9_36/xfile.c b/dlls/d3dx9_36/xfile.c >> index a1e0596..4c216da 100644 >> --- a/dlls/d3

Re: [PATCH 5/5] d3dx9_36: Implement ID3DXFileDataImpl_GetType. (try 5)

2012-10-25 Thread Nikolay Sivov
On 10/25/2012 10:34, Christian Costa wrote: --- dlls/d3dx9_36/xfile.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/dlls/d3dx9_36/xfile.c b/dlls/d3dx9_36/xfile.c index a1e0596..4c216da 100644 --- a/dlls/d3dx9_36/xfile.c +++ b/dlls/d3dx9_36/xfile.c @@ -15

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

2012-10-25 Thread Nikolay Sivov
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.

Re: [PATCH 4/5] d3dx9_36: Implement ID3DXFileEnumObjectImpl_GetChildren & ID3DXFileEnumObjectImpl_GetChild and add stubbed interface for ID3DXFileData. (try 4)

2012-10-25 Thread Nikolay Sivov
On 10/25/2012 10:34, Christian Costa wrote: + +static HRESULT WINAPI ID3DXFileDataImpl_Create(IDirectXFileObject *dxfile_object, ID3DXFileData **ret_iface) +{ +ID3DXFileDataImpl *object; + +TRACE("(%p, %p)\n", dxfile_object, ret_iface); + +*ret_iface = NULL; + +object = HeapAllo