AsyncIO icon indicating copy to clipboard operation
AsyncIO copied to clipboard

AsyncIO.OpResults has unneeded reference to `IdWinsock2`

Open edwinyzh opened this issue 8 years ago • 0 comments

I've just found this nice library and checking out the example, trying to compile the FileCopy sample, I got a compiler error saying that `IdWinsock2.pas' wasn't found, it turned out that file's not needed.

I'd also suggest to change the format of this source file to utf8 instead of ANSI otherwise your name in the first line of the unit file will become unreadable after saving it to disk in my locale.

edwinyzh avatar Oct 14 '17 09:10 edwinyzh