Re: [PATCH] tools/wine.inf.in: Added UTF8 bom header.

2012-11-05 Thread Dmitry Timoshkov
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

Re: [PATCH] tools/wine.inf.in: Added UTF8 bom header.

2012-11-05 Thread Qian Hong
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

Re: [PATCH] tools/wine.inf.in: Added UTF8 bom header.

2012-11-05 Thread Dmitry Timoshkov
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.

Re: [PATCH] kernel32: Save and restore LastError in OutputDebugStringA

2012-11-05 Thread Dmitry Timoshkov
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.

Re: [PATCH 2/2] mstask/tests: Add tests for GetTargetComputer [resend]

2012-11-05 Thread Marvin
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

Re: [PATCH] kernel32: Save and restore LastError in OutputDebugStringA

2012-11-05 Thread Marvin
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

Re: [spam-high] Netflix (was: [PATCH 1/7] advapi: Implement SetSecurityInfo on top of NtSetSecurityObject.)

2012-11-05 Thread Erich E. Hoover
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

Re: [spam-high] Re: [PATCH 3/7] advapi: Implement GetNamedSecurityInfoW on top of GetSecurityInfo (try 3).

2012-11-05 Thread Erich E. Hoover
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

Re: [PATCH] kernel32: Better stubs for SetVolumeMountPoint.

2012-11-05 Thread Alexandre Julliard
Johannes Obermayr writes: > +/* Abort if already mounted */ > +if (GetVolumeNameForVolumeMountPointW(path, (LPWSTR)volume, MAX_PATH)) > +{ You can't do that. > +/ > + * SetVolumeMountPointA (KERNEL32

Re: [spam-high] Re: [PATCH 3/7] advapi: Implement GetNamedSecurityInfoW on top of GetSecurityInfo (try 3).

2012-11-05 Thread Charles Davis
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

Re: [PATCH 2/4] msvcrt: Improved _atoflt_l precision

2012-11-05 Thread Alexandre Julliard
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

Netflix (was: [PATCH 1/7] advapi: Implement SetSecurityInfo on top of NtSetSecurityObject.)

2012-11-05 Thread Stefan Dösinger
-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

Re: [PATCH 5/5] jscript: Added more enumerable attribute tests

2012-11-05 Thread Marvin
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

Re: Call for papers - FOSDEM 2013

2012-11-05 Thread Julian Rüger
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

Re: [2/2] opengl32: Implement the wglUseFontOutlines WGL_FONT_LINES format (resend)

2012-11-05 Thread Alexandre Julliard
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

Re: [PATCH 2/5] mstask/tests: Avoid test failures on NT4

2012-11-05 Thread Alexandre Julliard
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

Re: [PATCH 1/5] mstask: Implement ITaskScheduler_GetTargetComputer

2012-11-05 Thread Alexandre Julliard
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