ifdef out Unix-only output redirect function on Windows
This commit is contained in:
parent
80fc584923
commit
b3491f9de1
2 changed files with 3 additions and 1 deletions
|
@ -71,7 +71,7 @@ public:
|
|||
*/
|
||||
static bool redirectUnixOutputs(const char *stdoutPath,const char *stderrPath = (const char *)0)
|
||||
throw();
|
||||
#endif
|
||||
#endif // __UNIX_LIKE__
|
||||
|
||||
/**
|
||||
* Perform a time-invariant binary comparison
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue