mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
Don't ignore sprintf/sscanf imports, semantics are not exactly the
same on Windows.
This commit is contained in:
parent
7ea8a0b9be
commit
9ba2e89ae5
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user