X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=os-win32.c;h=3c6f50fa9470ded15dc8a8380bdc154dd76d8733;hb=6650b7100b58d9f81ae5117d03e89dc97f142897;hp=dd46bf459db4a150d2866468fa2c9bc1adb8a885;hpb=ea95f15602234c1ff9c9be176ebe8bba55ee4dab;p=mirror_qemu.git diff --git a/os-win32.c b/os-win32.c index dd46bf459d..3c6f50fa94 100644 --- a/os-win32.c +++ b/os-win32.c @@ -221,6 +221,12 @@ char *os_find_datadir(const char *argv0) return NULL; } +void os_set_line_buffering(void) +{ + setbuf(stdout, NULL); + setbuf(stderr, NULL); +} + /* * Parse OS specific command line options. * return 0 if option handled, -1 otherwise