OSDN Git Service

fix stderr redirection on mingw. dup2 function doesn't work as it should so must
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 23 May 2010 16:26:02 +0000 (16:26 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 23 May 2010 16:26:02 +0000 (16:26 +0000)
commit508bdc865d2ec20e9fdae1774cb1f71a8d667f0d
treea3d62aaf938aa86feafb059860c192d2bbae5206
parent375691faedacdbef37da6f08c06c088f113b823c
fix stderr redirection on mingw.  dup2 function doesn't work as it should so must
reach inside stderr struct and modify _file member directly

git-svn-id: svn://localhost/HandBrake/trunk@3318 b64f7644-9d1e-0410-96f1-a4d463321fa5
gtk/src/main.c
libhb/hb.c