15 Jan
2015
15 Jan
'15
2:32 p.m.
Niall Douglas wrote:
I believe Cygwin wants you to use a pthread API, so this is expected.
You can use the POSIX API, or you can use the Windows API, either will work. What you can't use is the header that declares the POSIX version of your class, with the source file that expects the Windows version of your class.