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