mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
src: remove virFilePrintf in favour of g_fprintf
The virFilePrintf function was a wrapper for fprintf() to provide Windows portability, since gnulib's fprintf() replacement was license restricted. This is no longer needed now we have the g_fprintf function available. Reviewed-by: Pavel Hrdina <phrdina@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
@@ -24,8 +24,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "internal.h"
|
||||
#define NO_LIBVIRT
|
||||
#define VIR_NO_GLIB_STDIO /* This file intentionally does not link to libvirt/glib */
|
||||
#include "testutils.h"
|
||||
|
||||
#ifndef WIN32
|
||||
|
||||
Reference in New Issue
Block a user