ligzy / tstools

Automatically exported from code.google.com/p/tstools
0 stars 0 forks source link

Split misc.c so not all of it depends on sockets #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am told that it is a pain that, on Windows, any tool compiled against misc.c 
has also to be built against winsock, even if it doesn't do anything socket 
related. If misc.c were split into socket-using and non-socket-using file, this 
could be avoided. This would make at least one user happy, and may be a much 
better style of building (at least on Windows).

Was bug 14648 on berlios.de

Original issue reported on code.google.com by t...@tibsnjoan.co.uk on 26 Sep 2010 at 2:10