Don't ignore sprintf/sscanf imports, semantics are not exactly the

same on Windows.
This commit is contained in:
Alexandre Julliard 2002-12-20 00:36:18 +00:00
parent 7ea8a0b9be
commit 9ba2e89ae5

View File

@ -100,9 +100,7 @@ static const char * const default_ignored_symbols[] =
"qsort", "qsort",
"sin", "sin",
"sinh", "sinh",
"sprintf",
"sqrt", "sqrt",
"sscanf",
"strcat", "strcat",
"strchr", "strchr",
"strcmp", "strcmp",
@ -117,8 +115,7 @@ static const char * const default_ignored_symbols[] =
"strspn", "strspn",
"strstr", "strstr",
"tan", "tan",
"tanh", "tanh"
"vsprintf"
}; };
/* compare function names; helper for resolve_imports */ /* compare function names; helper for resolve_imports */