jimtcl icon indicating copy to clipboard operation
jimtcl copied to clipboard

Fixed socket support on MinGW

Open dimkr opened this issue 10 years ago • 0 comments

Socket support on MinGW is severely broken, because the Win32 API distinguishes between SOCKET (handles) and file descriptors (managed by the CRT). Also, FILE * APIs do not play nicely with sockets.

(btw: tested on x86_64, because that's where Windows quirks shine)

dimkr avatar Aug 16 '15 20:08 dimkr