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:
"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=
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
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
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
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
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.
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