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
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
Hello,
I've updated today from wine and got into troubles after installing it -
got Segmentation fault. I dig in it and figured the problem is my
environment variable WINEDLLPATH which was set to "." (current
directory). The back trace of stack during the crash was similar to this
(just the fr