Skip to content
Snippets Groups Projects
Commit 9ba2e89a authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

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

same on Windows.
parent 7ea8a0b9
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment