g_fprintf() & g_vfprintf() should not be used....

svn path=/trunk/; revision=41181
This commit is contained in:
Bill Meier 2012-02-24 19:02:28 +00:00
parent 605dea0486
commit d0e9923506
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@ my %APIs = (
'strndup',
# Windows doesn't have this; use g_ascii_strtoull() instead
'strtoull',
### non-portable: fails on Windows Wireshark built with VC newer than VC6
# See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6695#c2
'g_fprintf',
'g_vfprintf',
### non-ANSI C
# use memset, memcpy, memcmp instead of these:
'bzero',