From 9ba2e89ae59550f51473185e987f4ef03bd8ea4a Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 20 Dec 2002 00:36:18 +0000 Subject: [PATCH] Don't ignore sprintf/sscanf imports, semantics are not exactly the same on Windows. --- tools/winebuild/import.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/winebuild/import.c b/tools/winebuild/import.c index ea4d291e3d..08bfb240bc 100644 --- a/tools/winebuild/import.c +++ b/tools/winebuild/import.c @@ -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 */