Re: setupapi: Indentation fix

2009-03-19 Thread Andrew Talbot
Andrew Talbot wrote: > It's a tabs vs spaces thing, but it looks way out on my system. > You might wish to ignore this patch. I had my tab stops set to four spaces instead of eight, which exaggerated the distortion. -- Andy.

RE: include: Deconstify a variable

2009-03-19 Thread Rolf Kalbermatter
Francois Gouget [mailto:fgou...@free.fr] wrote: > On Sat, 14 Mar 2009, Andrew Talbot wrote: > > > Correct me if I'm wrong, but I don't think MapLS() takes a > pointer to const. > [...] > > --- a/include/winbase.h > > +++ b/include/winbase.h > [...] > > -WINBASEAPI DWORD WINAPI MapLS(LPCVOI

Re: include: Deconstify a variable

2009-03-19 Thread Andrew Talbot
Francois Gouget wrote: > I could not find MapLS declared in winbase.h in any of the SDKs I have > here. However I found it in win_me/inc16/thunks.h in an old DDK > (Microsoft Windows 2000 DDK) but the declaration was: > > DWORD WINAPI MapLS(DWORD); > > But this being what looks like a 16bit in

Re: [AppDB] Entry for Everquest 2

2009-03-19 Thread IneedAname
On Wed, 18 Mar 2009 15:58:00 + Ricardo Filipe wrote: > bug links are manually recoverable, searching bugzilla and linking should be > easy, i can do that if you feel you don't have time to. You can find a copy of wine appdb here http://ftp.winehq.org/pub/wine/ So someone may have a old copy

Re: libwine: Only partially reserve memory beyond 0x80000000 on FreeBSD.

2009-03-19 Thread Tijl Coosemans
On Wednesday 18 March 2009 22:57:45 Roderick Colenbrander wrote: >> What exactly is the issue with OpenGL on Linux? > > Under OpenGL we have the same issue these days for both Nvidia and > Ati hardware. Check http://bugs.winehq.org/show_bug.cgi?id=13335 > which contains an early version of Alexand

Re: (try 2)advapi32: base implementation of LsaLookupNames2

2009-03-19 Thread Aric Stewart
Thanks for doing this testing. I think I will move the check to just skip the test. That way maybe that can become the standard for that test. Looking at msdn there are several lsa functions that are xp+ only so we do not want to start blocking the tests on all previous versions also. thanks!

Re: include: Deconstify a variable

2009-03-19 Thread Francois Gouget
On Sat, 14 Mar 2009, Andrew Talbot wrote: > Correct me if I'm wrong, but I don't think MapLS() takes a pointer to const. [...] > --- a/include/winbase.h > +++ b/include/winbase.h [...] > -WINBASEAPI DWORD WINAPI MapLS(LPCVOID); > +WINBASEAPI DWORD WINAPI MapLS(LPVOID); I could not fin

Re: (try 2)advapi32: base implementation of LsaLookupNames2

2009-03-19 Thread Paul Vriens
Aric Stewart wrote: fix tests for win95 --- dlls/advapi32/lsa.c | 51 +++- dlls/advapi32/tests/lsa.c | 82 - 2 files changed, 131 insertions(+), 2 deletions(-)

Re: shell32/tests: Fix a test on Win2k platform and above.

2009-03-19 Thread Paul Vriens
Nicolas Le Cam wrote: 2009/3/19 Paul Vriens : Nicolas Le Cam wrote: Try2: Follow Vincent Povirk's suggestion of removing calls to SetWindowLongPtr before destroying windows Could someone test this patch on Win9x or WinNT ? On Win2k (and according to test.winehq.org on above platforms) an ABN_

Re: shell32/tests: Fix a test on Win2k platform and above.

2009-03-19 Thread Nicolas Le Cam
2009/3/19 Paul Vriens : > Nicolas Le Cam wrote: >> >> Try2: Follow Vincent Povirk's suggestion of removing calls to >> SetWindowLongPtr before destroying windows >> >> Could someone test this patch on Win9x or WinNT ? >> >> On Win2k (and according to test.winehq.org on above platforms) an >> ABN_PO

Re: Summer of Code 2009 is on

2009-03-19 Thread Kai Blin
On Thursday 19 March 2009 00:17:34 Kai Blin wrote: > > If you're a Wine developer and you want to mentor, let me know. Actualy, the process is a little more involved. You'll have to go to http://socghop.appspot.com/ and create a user handle called "link_id", then tell me that link_id. Should ha

Re: [AppDB] Entry for Everquest 2

2009-03-19 Thread John Beaulieu
Ricardo Filipe gmail.com> writes: > as i said before, it was an uninformed decision, and yes, not enough time was >left for feedback from the maintainers.we thought that appdb WOULD save all the >data when moving, not only tests. it serves as example for us for the future, >unfortunatly with prob

Re: shell32/tests: Fix a test on Win2k platform and above.

2009-03-19 Thread Paul Vriens
Nicolas Le Cam wrote: Try2: Follow Vincent Povirk's suggestion of removing calls to SetWindowLongPtr before destroying windows Could someone test this patch on Win9x or WinNT ? On Win2k (and according to test.winehq.org on above platforms) an ABN_POSCHANGED message is sent to the last window th