Am Dienstag, den 29.05.2012, 23:04 +0400 schrieb Oleg Yarigin:
> There are some improvements of a style (now it is more official) and
> non-translated empty lines.
>
>
> To avoid an character encoding interruption, I send the diff file as a
> packed text file attachment (ru_diff.txt.bz2, 22.3 K
Hello,
This patch (committed as d0a719a79dae001df341db907fcae54118691d35)
leads to compilation error:
make[1]: Entering directory `/fastdocs/programmer/wine-git/dlls/msadp32.acm'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/fastdocs/programmer/wine-git/dlls/msadp32.acm'
gcc
Hello,
SQL Server Management Studio 2005 needs SetThreadStackGuarantee to
either be absent or return TRUE - otherwise it refuses to run at all.
Is there a reason for this stub to return FALSE?
Regards,
Daniel
There are some improvements of a style (now it is more official) and
non-translated empty lines.
To avoid an character encoding interruption, I send the diff file as a
packed text file attachment (ru_diff.txt.bz2, 22.3 KB).
ru_diff.txt.bz2
Description: application/bzip
On Tue, May 29, 2012 at 7:07 PM, Alexandre Julliard wrote:
> Alexandre Goujon writes:
>
> > @@ -729,6 +731,8 @@ BOOL WINAPI GetVolumeInformationW( LPCWSTR root,
> LPWSTR label, DWORD label_len,
> > }
> > else
> > {
> > +/* At this point, last error is ERROR_
Alexandre Goujon writes:
> @@ -729,6 +731,8 @@ BOOL WINAPI GetVolumeInformationW( LPCWSTR root, LPWSTR
> label, DWORD label_len,
> }
> else
> {
> +/* At this point, last error is ERROR_NOT_SUPPORTED. Restoring
> the previous one */
> +SetLastEr
Ok, I sent patches doing this for linux and linuxinput drivers and a
test. The joystick_osx.c version of this could be done but I dont have
the means to test so if anyone wants to do it, you're welcome.
>> + offset.QuadPart = 0;
>> + size.u.LowPart = 0x;
>> + size.u.HighPart = 0x;
>> + return IWICStream_InitializeFromIStreamRegion(iface, pIStream, offset,
>> size);
>
> What prevents you from discovering correct stream size?
The size passed to InitializeFromIStreamRegi
On Tue, May 29, 2012 at 12:29 PM, Dmitry Timoshkov wrote:
> Józef Kucia wrote:
>> A stream can grow its memory. For example, IStream returned by
>> CreateStreamOnHGlobal do this.
>
> I don't think you need to worry about that unless you have a test case
> or an app that depends on this.
That's w
Józef Kucia wrote:
> > What prevents you from discovering correct stream size?
>
> A stream can grow its memory. For example, IStream returned by
> CreateStreamOnHGlobal do this.
I don't think you need to worry about that unless you have a test case
or an app that depends on this.
--
Dmitry.
On Tue, May 29, 2012 at 12:07 PM, Dmitry Timoshkov wrote:
> What prevents you from discovering correct stream size?
A stream can grow its memory. For example, IStream returned by
CreateStreamOnHGlobal do this.
Józef Kucia wrote:
> +offset.QuadPart = 0;
> +size.u.LowPart = 0x;
> +size.u.HighPart = 0x;
> +return IWICStream_InitializeFromIStreamRegion(iface, pIStream, offset,
> size);
What prevents you from discovering correct stream size?
--
Dmitry.
Detlef Riekenberg writes:
> The wrapper in kernel32 is not needed.
> RtlGetProductInfo and GetProductInfo have the same signature and
> tests show the same results.
No they don't have the same signature, look closer.
--
Alexandre Julliard
julli...@winehq.org
13 matches
Mail list logo