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)
>> +{
>> +
"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:
> +
>
> 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/
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
> This is a patch from Luis Busquets.
were you also going to send 2/2?
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
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
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
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
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;
>
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,
>
>
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
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
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
14 matches
Mail list logo