Re: ws2_32: Add support and tests for WSARecvMsg and IP_PKTINFO.

2010-10-20 Thread Erich Hoover
On Mon, Oct 18, 2010 at 8:58 PM, Mike Kaplinskiy wrote: > On Sun, Oct 17, 2010 at 5:51 PM, Erich Hoover wrote: >> ... >> That's why in the original version I had those parameters split out; >> however, I realized that since the length parameter gets modified by >> WSARecvMsg that it is impossible

Re: current state of full screen on MacOS?

2010-10-20 Thread James McKenzie
On 7/10/09 6:26 AM, joerg-cyril.hoe...@t-systems.com wrote: Hi, I'd like to know whether a MacOSX user can expect full screen modes to work, as I've heard only rumors and too little facts. My experience is this: Joerg: I have news to announce on this very old thread, but with XQuartz 2.5.3,

Re: About: d3dx9: Store transform matrix per-sprite.

2010-10-20 Thread Austin English
On Wed, Oct 20, 2010 at 2:31 PM, Joris Huizer wrote: > > --- On Tue, 10/19/10, Austin English wrote: > >> While these emails are very helpful, can you please do a >> reply to the >> original thread? It makes it easier for those of us using >> clients with >> threaded mode to follow. >> >> Thanks!

Re: Translation of the AppDB

2010-10-20 Thread Yaron Shahrabani
On Wed, Oct 20, 2010 at 3:57 PM, James Mckenzie wrote: > Yaron Shahrabani wrote: > > > >On Wed, Oct 20, 2010 at 6:48 AM, James McKenzie > >wrote: > > > [snip] > >So you mean you have got to get some input and there's no other way of > >getting input from the users without typing... > >Do you feel

Re: [1/2] msvcrt: Implement _mbsnbcat_s.

2010-10-20 Thread Piotr Caban
Hi, On 10/20/10 08:49, Andrew Nguyen wrote: + * a lead byte and move the pointer back by one for later overwrite. */ +if (get_locale()->locinfo->mb_cur_max > 1 && MSVCRT_isleadbyte(*(ptr - 1))) +size++, ptr--; You may access dst-1. +ok(errno == EINVAL, "Expected errno to be

Re: About: d3dx9: Store transform matrix per-sprite.

2010-10-20 Thread Joris Huizer
--- On Tue, 10/19/10, Austin English wrote: > While these emails are very helpful, can you please do a > reply to the > original thread? It makes it easier for those of us using > clients with > threaded mode to follow. > > Thanks! > > -- > -Austin > I can understand that's easier, less mes

Re: [3/4]strmbase: implement OLE registration in AMovieDllRegisterServer2

2010-10-20 Thread Alexandre Julliard
Aric Stewart writes: > HRESULT WINAPI AMovieDllRegisterServer2(BOOL bRegister) > { > HRESULT hr; > int i; > IFilterMapper2 *pIFM2 = NULL; > +HMODULE psapi; > +fnGetModuleFileNameExW pFunc; > +WCHAR szFileName[MAX_PATH]; > + > +psapi = LoadLibraryA("psapi.dll"); >

Re: oleaut32/tests: Better reflect the naming scheme

2010-10-20 Thread Alexandre Julliard
André Hentschel writes: > @@ -10,7 +10,7 @@ C_SRCS = \ > typelib.c \ > usrmarshal.c \ > varformat.c \ > - vartest.c \ > + variant.c \ > vartype.c Renaming tests should be avoided, it makes it hard to follow the history on test.winehq.org. -- Alexandre Julliard j

Re: Translation of the AppDB

2010-10-20 Thread James Mckenzie
Yaron Shahrabani wrote: > >On Wed, Oct 20, 2010 at 6:48 AM, James McKenzie >wrote: > [snip] >So you mean you have got to get some input and there's no other way of >getting input from the users without typing... >Do you feel like you get enough feedback or that automating parts of the >reporting s

Re: [1/7] msxml3/tests: internal schema doc storage tests (resend)

2010-10-20 Thread Alexandre Julliard
Adam Martinson writes: > +#define _create(cls) cls, #cls > + > +#define _obj(cls, ...) &_create(cls ## __VA_ARGS__) You can't do that, varargs macros are not portable. -- Alexandre Julliard julli...@winehq.org

Re: Translation of the AppDB

2010-10-20 Thread Yaron Shahrabani
On Wed, Oct 20, 2010 at 6:48 AM, James McKenzie wrote: > On 10/19/10 10:20 AM, Yaron Shahrabani wrote: > > On Tue, Oct 19, 2010 at 5:16 PM, Rosanne DiMesio > wrote: > >> On Tue, 19 Oct 2010 12:12:33 +0200 >> Yaron Shahrabani wrote: >> >> > I see but I had another idea in mind... >> > I was th