sockfilt.c: Added wrapper functions to fix Windows console issues
authorMarc Hoersken <info@marc-hoersken.de>
Thu, 4 Apr 2013 20:50:01 +0000 (22:50 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Thu, 4 Apr 2013 20:50:01 +0000 (22:50 +0200)
commite5d25b6c68de86c4a7182e883f5b473f3b14bbd9
tree9bcae89f0325aa519d5759815e9dbd102bffe3b7
parenta6eade56ca0296ecca1a8476e1176e29f9fd0d3e
sockfilt.c: Added wrapper functions to fix Windows console issues

The new read and write wrapper functions support reading from stdin
and writing to stdout/stderr on Windows by using the appropriate
Windows API functions and data types.
tests/server/sockfilt.c