This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: DllMain not called in CreateRemoteThread


Greetings, Olivia Nelson!

> I need to use unix socket() interface, mingw does not seem to provide
> the following headers:

There's no UNIX interfaces in native applications.
Choose one or another, not both.

> #include <sys/types.h>
> #include <sys/socket.h>
> #include <sys/mman.h>
> #include <sys/wait.h>


Also, please no top posting in this list.
And quoting email addresses is strongly discouraged. Don't feed the spam bots.


-- 
With best regards,
Andrey Repin
Monday, February 10, 2020 21:44:10

Sorry for my terrible english...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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