Re: iphlpapi - MacOS / BSD support

2007-01-15 Thread Gavriel State
Dan Kegel wrote: Cool... nice to see you on wine-patches again! For completeness, can you specify the license your patches are under? I assume MIT/X11...? Thanks! 8-) As the iphlpapi DLL is LGPLed, our patches to it are necessarily under the LGPL as well. Take care, -Gav -- Gavriel State

Re: user32/tests: add tests for WM_SETICON

2007-01-15 Thread Dmitry Timoshkov
"Kirill K. Smirnov" <[EMAIL PROTECTED]> wrote: +/* Message sequences for WM_SETICON */ +hwnd = CreateWindowExA(0, "TestWindowClass", NULL, + WS_OVERLAPPEDWINDOW, + CW_USEDEFAULT, CW_USEDEFAULT, 300, 300, 0, + N

re: iphlpapi - MacOS / BSD support

2007-01-15 Thread Dan Kegel
Hi Gav! You wrote: Author: Mark Adams ... Cool... nice to see you on wine-patches again! For completeness, can you specify the license your patches are under? I assume MIT/X11...? - Dan

Re: appdb rating inflation

2007-01-15 Thread Jesse Allen
Whoever it is that is wanting to update the HOWTO for the Diablo 2 appdb please email me. I don't have my email address on there for nothing. For whatever reason, I can't see who changes things nor does the appdb email me on changes anymore. Quote from new HOWTO note. "THIS IS A DUPLICATE ENTRY.

Re: oleaut32: Remove unused items

2007-01-15 Thread Andrew Talbot
Michael Stefaniuc wrote: >> -SIMPLE(LONG64, LONG, VarI8FromI4); > Are you removing a test here? Hi Michael, I'm not sure what you mean. All I know is that the "SIMPLE()" macro - also in oleaut32/vartype.c - is defined as follows. /* Inline return type */ #define RETTYP inline static HRESULT /*

Some stats (Was: Re: Alexandre Julliard : oleaut32/tests: Replace some macros by functions to reduce code size and compile time.)

2007-01-15 Thread Michael Stefaniuc
Alexandre Julliard wrote: > Module: wine > Branch: master > Commit: 25571d878960cd802aa31f291d473888dc01e035 > URL: > http://source.winehq.org/git/wine.git/?a=commit;h=25571d878960cd802aa31f291d473888dc01e035 > > Author: Alexandre Julliard <[EMAIL PROTECTED]> > Date: Mon Jan 15 13:01:42 2007

Re: [dinput 4/5] Add a config for the axes

2007-01-15 Thread Christoph Frick
On Mon, Jan 15, 2007 at 10:42:10AM -0700, Vitaliy Margolen wrote: > > df->rgodf[idx++].dwType = DIDFT_MAKEINSTANCE(axis++) | > > DIDFT_ABSAXIS; > > } > > -for (i = 0; i < 4; i++) > > + > > +idx = WINE_JOYSTICK_MAX_AXES; > Why are you creating a gap? This is exactly the point

Re: [dinput 4/5] Add a config for the axes

2007-01-15 Thread Vitaliy Margolen
Christoph Frick wrote: > Add a config for the axes like we do for the buttons > > This adds a mapping from the linux input id of the axis to the instance id > we assigned the axis. > --- > df->rgodf[idx++].dwType = DIDFT_MAKEINSTANCE(axis++) | DIDFT_ABSAXIS; > } > -for (i = 0; i

Re: Getting GTK/W32 applications to run

2007-01-15 Thread Peter Gerwinski
Hallo, Hans! You wrote: > Thank you for your elaborate diagnosis. This is probably related to the > problem Mono has on Wine because it also uses Pango/GTK. Does it help if > you install MS core fonts? I tried, but it did not help. Cheers, Peter -- Dr. rer. nat. Peter Gerwinski - http://ww

Re: user32: the patches - what's wrong?

2007-01-15 Thread Alexandre Julliard
"Kirill K. Smirnov" <[EMAIL PROTECTED]> writes: > Traditional questions from rejected patch-sender: > > 1) What's wrong with the following patches? > http://www.winehq.org/pipermail/wine-patches/2007-January/034758.html > http://www.winehq.org/pipermail/wine-patches/2007-January/034790.html > > 2)

user32: the patches - what's wrong?

2007-01-15 Thread Kirill K. Smirnov
Hi, Traditional questions from rejected patch-sender: 1) What's wrong with the following patches? http://www.winehq.org/pipermail/wine-patches/2007-January/034758.html http://www.winehq.org/pipermail/wine-patches/2007-January/034790.html 2) What can be done to improve them? Those patches let th

Re: [5] snmpapi: Implement SnmpUtilVarBindListCpy and SnmpUtilVarBindListFree.

2007-01-15 Thread Robert Shearman
Hans Leidekker wrote: + +/*** + * SnmpUtilVarBindListCpy (SNMPAPI.@) + */ +INT WINAPI SnmpUtilVarBindListCpy(SnmpVarBindList *dst, SnmpVarBindList *src) +{ +unsigned int i, size; +SnmpVarBind *src_entry, *dst_entry;

Re: dsound: fix tests for old versions of windows

2007-01-15 Thread Francois Gouget
On Fri, 12 Jan 2007, Robert Reif wrote: > This patch fixes the tests to they can run without crashing on old versions of > windows that doesn't have dsound.dll. > +hDsound = LoadLibrary("dsound.dll"); +if (hDsound) { [...] +pDirectSoundCaptureEnumerateA=(void*)GetProcAddress(

Re: Getting GTK/W32 applications to run

2007-01-15 Thread Hans Leidekker
On Sunday 14 January 2007 22:30, Peter Gerwinski wrote: > Since both WINE and pango/GTK are free software, I am confident that > these problems will be solved in the long run. I hope that you can > use my observations. Thank you for your elaborate diagnosis. This is probably related to the proble

Re: (Cross)Compile failure for dsound/tests and shlwapi/tests

2007-01-15 Thread Hans Leidekker
On Friday 12 January 2007 12:54, Paul Vriens wrote: > glad to hear the problems are fixed. I don't need the patches as I > will wait for the RPM's that Hans provides. Find them here: http://mirzam.it.vu.nl/mingw/ -Hans