diff options
Diffstat (limited to 'protocols/yahoo/yahoo_util.h')
-rw-r--r-- | protocols/yahoo/yahoo_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/yahoo/yahoo_util.h b/protocols/yahoo/yahoo_util.h index 1f55e064..6099bf8f 100644 --- a/protocols/yahoo/yahoo_util.h +++ b/protocols/yahoo/yahoo_util.h @@ -47,6 +47,9 @@ # endif # define snprintf g_snprintf +#ifdef vsnprintf +#undef vsnprintf +#endif # define vsnprintf g_vsnprintf #else |