Re: sparc solaris changes in wine

2003-10-06 Thread Juraj Hercek
Dimitrie O. Paun wrote: * dlls/iphlpapi/ifenum.c 6 Oct 2003 10:13:07 - These changes look too ugly. Why not do: #if defined(__sparc__) #define ifreq lifreq #define ifr_name lifr_name #endif In fact, this may require a configure check, but this is a better start IMO. Yes, I ag

Re: sparc solaris changes in wine

2003-10-06 Thread Dimitrie O. Paun
On Mon, 6 Oct 2003, Juraj Hercek wrote: > Hm, I don't understand how packing is supposed to work in wine and > *especially* what should be packed and what shouldn't. I used the > fastest way how to make it working, leaving comments on others - you > know definitely more about wine than I do :-)

Re: sparc solaris changes in wine

2003-10-06 Thread Dimitrie O. Paun
On Mon, 6 Oct 2003, Juraj Hercek wrote: > Hello, > > > Here go my questions regarding to this files: * dlls/iphlpapi/ifenum.c 6 Oct 2003 10:13:07 - These changes look too ugly. Why not do: #if defined(__sparc__) #define ifreq lifreq #define ifr_name lifr_name #endif In fact

sparc solaris changes in wine

2003-10-06 Thread Juraj Hercek
Hello, We've done couple of changes in wine in order to compile with gcc-3.3.1 using binutils-2.14 and run on solaris --- mercy% uname -a SunOS mercy 5.8 Generic_108528-19 sun4u sparc SUNW,Sun-Blade-1000 --- I'm not posting this patch to wine-patch yet, since there are couple of things I'm not s