This is the mail archive of the cygwin-xfree@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: X-server


>Oh, one question, what is the difference between sys/socket.h and
>cygwin/socket.h?
>In xc/programs/Xserver/os/connection.c we have
>
>#ifndef WIN32
>#include <sys/socket.h>
>


You have to include sys/socket.h on cygwin. Most of the code must be
compiled as unix but not win32 version.

Sergey Okhapkin http://www.lexa.ru/sos
Piscataway, NJ



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