This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: SO_ERROR


jman wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Is SO_ERROR not in gnu-win32?
> I'm trying to port/compile a program to Windows an get this error am
> I using the wrong includes?
> 
> `SO_ERROR' undeclared (first use this function)
> (Each undeclared identifier is reported only once
> for each function it appears in.)
> 
> The includes are
> #include <stdio.h>
> #include <errno.h>

I found it twice:

F:/gnuwin32/b18/H-i386-cygwin32/i386-cygwin32/include//mywinsock.h:
	#define SO_ERROR        0x1007          /* get error status and clear */

F:/gnuwin32/b18/H-i386-cygwin32/i386-cygwin32/include//Windows32/Sockets.h:
	#define SO_ERROR        0x1007          /* get error status and clear */

-- 
  ,-/-  __      _  _         $Bill Luebkert
 (_/   /  )    // //       DBE Collectibles
  / ) /--<  o // //      http://www.wgn.net/~dbe/
-/-' /___/_<_</_</_    Mailto:dbe@wgn.net
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]