Commit b8428a2a25e6b0aff8ca33dd3d34c5c38fdb8749

Tay Ray Chuan 2012-01-02T15:49:31

fix reference to STDOUT_FILENO on MSVC The Microsoft Visual C++ compiler doesn't have unistd.h and thus STDOUT_FILENO is undefined. Define it using stdio.h functions.