Qian Hong wrote:
> Currently wine.inf.in does not contain non ASCII strings, but if we
> want to solve Bug 32136, as Comment 4, we need to add some non ASCII
> strings to wine.inf.in, such as:
> --- snip ---
> HKCU,Software\Wine\Fonts\Replacements,"宋体",,"WenQuanYi Micro Hei"
> --- snip ---
>
> M
Hi Dmitry,
On Tue, Nov 6, 2012 at 12:44 PM, Dmitry Timoshkov wrote:
> Qian Hong wrote:
>
>> This patch solve the wine side of Bug 32136.
>
> Why is this needed? wine.inf.in doesn't contain non ASCII strings.
>
Currently wine.inf.in does not contain non ASCII strings, but if we
want to solve Bug
Qian Hong wrote:
> This patch solve the wine side of Bug 32136.
Why is this needed? wine.inf.in doesn't contain non ASCII strings.
--
Dmitry.
Andrew Eikum wrote:
> +static void test_OutputDebugString(void)
> +{
> +if(!pOutputDebugStringA){
> +win_skip("OutputDebugStringA missing\n");
> +return;
> +}
Is there a reson to load OutputDebugStringA dynamically?
--
Dmitry.
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=22777
Your paranoid android
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=22772
Your paranoid android
On Mon, Nov 5, 2012 at 8:06 AM, Stefan Dösinger
wrote:
> ...
> Out of curiosity, how does the video playback part of Netflix perform?
> I imagine that it is using DirectDraw overlays or Direct3D9 YUV
> surfaces, which are somewhat supported, but have many rough edges. Is
> playback performant enou
On Mon, Nov 5, 2012 at 12:41 PM, Charles Davis wrote:
> ...
> I can name at least four: registry keys (HKEY), services (SC_HANDLE), window
> stations (HWINSTA), and desktops (HDESK). On native, all those types of
> objects are protected with ACLs, and all those types have unique functions
> for
Johannes Obermayr writes:
> +/* Abort if already mounted */
> +if (GetVolumeNameForVolumeMountPointW(path, (LPWSTR)volume, MAX_PATH))
> +{
You can't do that.
> +/
> + * SetVolumeMountPointA (KERNEL32
On Nov 4, 2012, at 10:11 PM, Erich E. Hoover wrote:
> If the object is resolvable with CreateFile then it doesn't matter if
> it's a file, directory, named pipe, or some other miscellaneous thing.
True, and of course by "file" I meant "any object that can act like a file,"
which includes directo
Piotr Caban writes:
> ---
> dlls/msvcrt/string.c |4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
It doesn't work here:
../../../tools/runtest -q -P wine -M msvcr90.dll -T ../../.. -p
msvcr90_test.exe.so msvcr90.c && touch msvcr90.ok
msvcr90.c:895: Test failed: got ret 0, expec
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 2012-11-04 06:46, schrieb Erich E. Hoover:
> Once this patch series has been applied then Netflix (using
> Silverlight 4.x) will successfully load and play movies and TV
> shows,
Out of curiosity, how does the video playback part of Netflix perform
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=22760
Your paranoid android
It would be really cool if someone could manage to record some talks and
upload them to eg. youtube, for those who can't attend.
I would be especially interested in Stefan's proposed talk.
Thanks everyone and have a nice FOSDEM!
Best regards,
Julian
Am Freitag, den 02.11.2012, 14:26 +0100 schrie
Sam Edwards writes:
> Also review carefully: I use if(format) instead of if(format ==
> WGL_FONT_POLYGONS) because WGL_FONT_POLYGONS isn't defined anywhere in
> Wine.
You should add the define in the appropriate header and make use of it.
--
Alexandre Julliard
julli...@winehq.org
Detlef Riekenberg writes:
> This is not visible with winetest (mstask.dll: n/a), but
> testbot results for mstask test patches would be marked as failed.
That's a testbot bug.
--
Alexandre Julliard
julli...@winehq.org
Detlef Riekenberg writes:
> @@ -28,6 +28,22 @@ typedef struct
> LONG ref;
> } TaskSchedulerImpl;
>
> +static LPWSTR get_unc_computername(void)
> +{
> +static WCHAR buffer[MAX_COMPUTERNAME_LENGTH + 3]; /* extra space for two
> '\' and a zero */
> +DWORD len = MAX_COMPUTERNAME_LENG
17 matches
Mail list logo