summaryrefslogtreecommitdiff
path: root/pango/pangowin32-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pangowin32-private.h')
-rw-r--r--pango/pangowin32-private.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/pango/pangowin32-private.h b/pango/pangowin32-private.h
index 1e5e999c..d45a2768 100644
--- a/pango/pangowin32-private.h
+++ b/pango/pangowin32-private.h
@@ -34,16 +34,16 @@
#ifdef __GNUC__
#define PING(printlist) \
(pango_win32_debug ? \
- (printf ("%s:%d ", __PRETTY_FUNCTION__, __LINE__), \
- printf printlist, \
- printf ("\n")) : \
+ (g_print ("%s:%d ", __PRETTY_FUNCTION__, __LINE__), \
+ g_print printlist, \
+ g_print ("\n")) : \
0)
#else
#define PING(printlist) \
(pango_win32_debug ? \
- (printf ("%s:%d ", __FILE__, __LINE__), \
- printf printlist, \
- printf ("\n")) : \
+ (g_print ("%s:%d ", __FILE__, __LINE__), \
+ g_print printlist, \
+ g_print ("\n")) : \
0)
#endif
#else /* !PANGO_WIN32_DEBUGGING */