Re: wininet: let automated testers force all DNS lookups to return localhost

2008-11-03 Thread Kai Blin
On Friday 31 October 2008 16:11:58 Hans Leidekker wrote: > On Friday 31 October 2008 15:52:43 James Mckenzie wrote: > > >What happened to your /etc/hosts proposal? It has the > > >advantage that we don't need changes to Wine source code. > > > > This would not work on Macs as /etc/hosts is locked t

Wine support for win64

2008-11-03 Thread Alessandro
Hi, i'd like to know if anyone knows the current status of wine's support fro win64. I've tried to build a git checkout with --enable-win64 configure switch. It has taken some tinkering to make it build, but after that i'm not able to run anything and ti seems that wineboot cannot start. Any sug

Re: Wine integration with native (Gtk, Qt, Cocoa/Carbon) themes

2008-11-03 Thread Roderick Colenbrander
I made some progress. As I mentioned last time a .msstyles theme is just a resource file wrapped into a dll. Windows tools try to edit real themes or create themes by injecting resource data into a blank dll. In order to obtain a resource file I used a tool called resource hacker to retrieve o

Re: wininet: let automated testers force all DNS lookups to return localhost

2008-11-03 Thread Dan Kegel
On Mon, Nov 3, 2008 at 1:50 PM, Detlef Riekenberg <[EMAIL PROTECTED]> wrote: >> > This approach won't help users of the Wine conformance >> > tests running on Windows, >> >> Sure it would; just make the test server setup script run on cygwin properly. > > require an installed cygwin is broken by de

Re: wininet: let automated testers force all DNS lookups to return localhost

2008-11-03 Thread Detlef Riekenberg
On So, 2008-11-02 at 10:58 -0800, Dan Kegel wrote: > > This approach won't help users of the Wine conformance > > tests running on Windows, > > Sure it would; just make the test server setup script run on cygwin properly. require an installed cygwin is broken by design. winetest.exe is a standal

RE: [1/5] d3d9: Use the correct AddRef and Release Macros

2008-11-03 Thread Stefan Dösinger
> > But I think if we have at > > least name-specialized macros for each interface we should use the > one that > > matches the object we have > No. Why not?

Re: [1/5] d3d9: Use the correct AddRef and Release Macros

2008-11-03 Thread Henri Verbeet
2008/11/3 Stefan Dösinger <[EMAIL PROTECTED]>: >> I don't think this patch makes sense. > Well, it doesn't do much - IUnknown_AddRef is litterally the same as > IDirect3DDevice9Ex_AddRef(or at least it can be). Yes, which is why I don't think the patch makes sense. > But I think if we have at > le

RE: [1/5] d3d9: Use the correct AddRef and Release Macros

2008-11-03 Thread Stefan Dösinger
> I don't think this patch makes sense. Well, it doesn't do much - IUnknown_AddRef is litterally the same as IDirect3DDevice9Ex_AddRef(or at least it can be). But I think if we have at least name-specialized macros for each interface we should use the one that matches the object we have Or am I mi

Re: [1/5] d3d9: Use the correct AddRef and Release Macros

2008-11-03 Thread Henri Verbeet
I don't think this patch makes sense.

Re: Henri Verbeet : ddraw: Make sure pWineDirect3DCreate and pWineDirect3DCreateClipper match the header .

2008-11-03 Thread Rob Shearman
2008/11/3 Henri Verbeet <[EMAIL PROTECTED]>: > 2008/11/3 Rob Shearman <[EMAIL PROTECTED]>: >> 2008/10/24 Alexandre Julliard <[EMAIL PROTECTED]>: >>> diff --git a/dlls/ddraw/ddraw_private.h b/dlls/ddraw/ddraw_private.h >>> index 7ff3c5c..cd1ce15 100644 >>> --- a/dlls/ddraw/ddraw_private.h >>> +++ b/

Re: [resend 2] [try4] advapi32: Implement CredReadDomainCredentials stub and tests

2008-11-03 Thread Alexandre Julliard
Andrey Turkin <[EMAIL PROTECTED]> writes: > +if (TargetInformation->TargetName) > +{ > +TargetInformationW->TargetName = buffer; > +buffer += MultiByteToWideChar(CP_ACP, 0, > TargetInformation->TargetName, -1, > +TargetInformationW->TargetName, -1); You ne

Re: Henri Verbeet : ddraw: Make sure pWineDirect3DCreate and pWineDirect3DCreateClipper match the header .

2008-11-03 Thread Henri Verbeet
2008/11/3 Rob Shearman <[EMAIL PROTECTED]>: > 2008/10/24 Alexandre Julliard <[EMAIL PROTECTED]>: >> diff --git a/dlls/ddraw/ddraw_private.h b/dlls/ddraw/ddraw_private.h >> index 7ff3c5c..cd1ce15 100644 >> --- a/dlls/ddraw/ddraw_private.h >> +++ b/dlls/ddraw/ddraw_private.h >> @@ -414,8 +414,7 @@ st