`InterlockedExchangePointer' warning in current CVS

Robert Collins robert.collins@itdomain.com.au
Tue Sep 4 13:05:00 GMT 2001


On Wed, 2001-09-05 at 00:39, Corinna Vinschen wrote:
> Hi,
> 
> when compiling thread.cc in the current Cygwin CVS version
> I'm getting a warning:
> 
> ../../../../src/winsup/cygwin/thread.cc:1154: warning: `InterlockedExchangePointer' redefined
> /home/corinna/src/cygwin/src/winsup/w32api/include/winbase.h:1322: warning: this is the location of the previous definition
> 
> Robert, could you look into that and perhaps fix that?

Sounds like it's been implemented :]

from thread.cc:
/*FIXME: implement InterlockExchangePointer and get rid of the silly
typecasts below
 */
#define InterlockedExchangePointer InterlockedExchange

No can dor for ~24 hours, after that I'll dig in.



More information about the Cygwin-developers mailing list