test: enable binary mode on stdin/stdout

Declaring the global variable _CRT_fmode is a documented hack.  What
an ugly platform!
This commit is contained in:
Max Kellermann
2010-05-20 07:17:20 +02:00
parent eda46bc07f
commit 9aeed06964
9 changed files with 37 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
#include "audio_format.h"
#include "pcm_volume.h"
#include "idle.h"
#include "stdbin.h"
#include <glib.h>