From a1c0aaf03adf0344b34dd591f9103479f249e965 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 15 Jul 2009 03:47:44 +0000 Subject: windows fixes git-svn-id: svn+q:///qpdf/trunk@684 71b93d88-0707-0410-a8cf-f5a4172ac649 --- include/qpdf/QUtil.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/qpdf/QUtil.hh b/include/qpdf/QUtil.hh index ffa7dda5..f5ff3323 100644 --- a/include/qpdf/QUtil.hh +++ b/include/qpdf/QUtil.hh @@ -32,6 +32,9 @@ namespace QUtil char* copy_string(std::string const&); + // Set stdout to binary mode + void binary_stdout(); + // Get the value of an environment variable in a portable fashion. // Returns true iff the variable is defined. If `value' is // non-null, initializes it with the value of the variable. -- cgit v1.2.3-54-g00ecf