Commit 9ba2e89a authored by Alexandre Julliard's avatar Alexandre Julliard

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

same on Windows.
parent 7ea8a0b9
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment