[hb-view] Make print to stdout work in Windows
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 15 Sep 2011 21:52:00 +0000 (17:52 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 15 Sep 2011 22:01:24 +0000 (18:01 -0400)
commitf7e2ef74f856ee13d6fd6cf3f1e04bc162203bc2
tree38a59147bbfa60c88d1762e9e5e13f77c77f59d0
parent36b10f58cc70ce9570d17b30616f9cb27423e03b
[hb-view] Make print to stdout work in Windows

Apparently there's no equivalent to "/dev/stdout", so write using
stdio to be able to output to stdout.
util/common.hh
util/options.hh
util/view-cairo.cc