sustrik / libdill

Structured concurrency in C
MIT License
1.68k stars 155 forks source link

Windows/MSVC support #141

Closed sustrik closed 6 years ago

sustrik commented 6 years ago

This is partially done on branch https://github.com/sustrik/libdill/tree/windows.

However, I don't own a Windows machine. Help wanted.

sustrik commented 6 years ago

MSVC doesn't support statement expressions. That may be a problem.

redxu commented 6 years ago

Oh, I suggest you can first implement mingw-gcc on windows. MSVC do not have standard c implement. MSVC users can use mingw-gcc dll also.

sustrik commented 6 years ago

Fair enough. This is not going to work. Closing the ticket.