Re: oleacc: implemented GetRoleText[A/W]

2008-09-12 Thread Nikolay Sivov
Dmitry Timoshkov wrote: > "Nikolay Sivov" <[EMAIL PROTECTED]> wrote: > >> +BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, >> +LPVOID lpvReserved) >> +{ >> +TRACE("%p, %d, %p\n", hinstDLL, fdwReason, lpvReserved); >> + >> +switch (fdwReason) >> +{ >> +

Re: oleacc: implemented GetRoleText[A/W]

2008-09-12 Thread Dmitry Timoshkov
"Nikolay Sivov" <[EMAIL PROTECTED]> wrote: > +BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, > +LPVOID lpvReserved) > +{ > +TRACE("%p, %d, %p\n", hinstDLL, fdwReason, lpvReserved); > + > +switch (fdwReason) > +{ > +case DLL_PROCESS_ATTACH: > +

Re: kernel32/test: Test import entries of a core windows DLLs (Revision 4)

2008-09-12 Thread Paul Vriens
> > This revision uses GetModuleHandle instead of LoadLibrary, and folds > the introduction of the new test patch and breaking tests into their > own bodies patch into a single patch. > > The prior version of this patch is available for reference at: > http://www.winehq.org/pipermail/wine-patches/

Re: kernel32/test: Test import entries of a core windows DLLs (Revision 4)

2008-09-12 Thread Paul Vriens
Sent from my iPod On Sep 12, 2008, at 21:07, Roy Shea <[EMAIL PROTECTED]> wrote: > > This revision uses GetModuleHandle instead of LoadLibrary, and folds > the introduction of the new test patch and breaking tests into their > own bodies patch into a single patch. > > The prior version of this

Re: d3dx8 [patch 1/2, try 2]: Implement D3DXGetFVFVertexSize

2008-09-12 Thread winepatches
> This is a patch from Luis Busquets. were you also going to send 2/2?

Re: d3dx9_36: Fix the tests for native Windows.

2008-09-12 Thread David Adam
Hello, In IRC, Julliard said that this change is wrong too. :( David 2008/9/11 Tony Wasserka <[EMAIL PROTECTED]> > Your latest patch is already doing it right, IMPORTS must be changed to > d3dx9_36 and IMPORTLIB must stay d3dx9. > > >> >> any idea to fix this problem? >> >> David >> >> 2008/9/1

Re: d3dx9_36: Fix the tests for native Windows.

2008-09-12 Thread David Adam
Hi, any idea to fix this problem? David 2008/9/11 Tony Wasserka <[EMAIL PROTECTED]> > > On Mi, 2008-09-10 at 18:16 +0200, Tony wrote: >> >> >>> Hi, >>> At least for all Windows versions below Vista, the d3dx9 importlib does >>> exist (and d3dx9_36 does not), >>> >>> >> >> I installed a recent

Re: Size of SUBHEAP in heap.c

2008-09-12 Thread Michael Karcher
Am Mittwoch, den 10.09.2008, 18:52 +0200 schrieb Martin Profittlich: > when trying to fix an issue with Guitar Rig 3 on Wine (Bug 10129, > "Guitar Rig 3 crashes"), I found out something odd: The crash is > affected by the size of the SUBHEAP structure in dlls/ntdll/heap.c. > Just by adding 8 unused

Re: d3dx9_36: Fix the tests for native Windows.

2008-09-12 Thread David Adam
Hi, Yes, I learnt that in IRC. But there is a real problem. With a native box, there is no d3dx9.dll. So, wine-test mustn't call it. Currently, wine-test calls it and all the tests are skipped in a real windows box. You can check it in the wine-webpage that collects all the test results. David

Re: [PATCH] annotate more with buffer size

2008-09-12 Thread Marcus Meissner
On Fri, Sep 12, 2008 at 11:08:20AM +0200, Alexandre Julliard wrote: > Marcus Meissner <[EMAIL PROTECTED]> writes: > > > @@ -91,11 +91,11 @@ typedef HRESULT (STDMETHODCALLTYPE > > MAPILOGONEX)(ULONG_PTR,LPSTR,LPSTR,ULONG,LPMA > > typedef MAPILOGONEX *LPMAPILOGONEX; > > MAPILOGONEX MAPILogonEx; >

Re: [try 2][PATCH 2/2] user32: Fixed minimal size of child windows.

2008-09-12 Thread Alexandre Julliard
Florian Köberle <[EMAIL PROTECTED]> writes: > diff --git a/dlls/user32/winpos.c b/dlls/user32/winpos.c > index 21e1554..79140a0 100644 > --- a/dlls/user32/winpos.c > +++ b/dlls/user32/winpos.c > @@ -708,14 +708,16 @@ void WINPOS_GetMinMaxInfo( HWND hwnd, POINT *maxSize, > POINT *maxPos, > >

Re: [PATCH] annotate more with buffer size

2008-09-12 Thread Alexandre Julliard
Marcus Meissner <[EMAIL PROTECTED]> writes: > @@ -91,11 +91,11 @@ typedef HRESULT (STDMETHODCALLTYPE > MAPILOGONEX)(ULONG_PTR,LPSTR,LPSTR,ULONG,LPMA > typedef MAPILOGONEX *LPMAPILOGONEX; > MAPILOGONEX MAPILogonEx; > > -typedef SCODE (WINAPI MAPIALLOCATEBUFFER)(ULONG,LPVOID*); > +typedef SCODE

Re: Drawprim.c patchwatcher failure

2008-09-12 Thread Michael Stefaniuc
Vitaliy Margolen wrote: > Chris Ahrendt wrote: >> Dmitry Timoshkov wrote: >>> "Chris Ahrendt" <[EMAIL PROTECTED]> wrote: How do I fix it? >>> Update to current git and regenerate the patch: >>> >> The thing is I just did a refresh and it said I was up to date... >> >> I guess wait till tomorro

Re: xinput implementation

2008-09-12 Thread Henri Verbeet
2008/9/12 Vitaliy Margolen <[EMAIL PROTECTED]>: > But you need to submit changes to files that these auto-generated files are > created from. In this case configure.ac > This is actually all autogenerated by tools/make_makefiles from git. > Why do you need libxinput? xinput is a standard dll. > T