http://bugs.winehq.org/show_bug.cgi?id=2550
------- Additional Comments From dalgoda@ix.netcom.com 2005-22-01 16:25 ------- Any word on this issue?
I'm still having problems as of 2005-01-17T10:03:03 with gcc-3.4.3.
I use this patch to work around this issue:
--- wine-2005-01-04-08-16-02.orig/include/winbase.h 2005-01-04 08:15:18.000000000 -0800 +++ wine-2005-01-04-08-16-02/include/winbase.h 2005-01-04 13:46:53.000000000 -0800 @@ -2049,7 +2049,7 @@
/* a few optimizations for i386/gcc */
-#if defined(__i386__) && defined(__GNUC__) && defined(__WINESRC__) && !defined(_NTSYSTEM_) +#if 0
extern inline LONG WINAPI InterlockedCompareExchange( PLONG dest, LONG xchg, LONG compare ); extern inline LONG WINAPI InterlockedCompareExchange( PLONG dest, LONG xchg, LONG compare )