19 Jan
2011
19 Jan
'11
11:45 a.m.
Eric Pouech <eric.pouech(a)orange.fr> writes:
@@ -969,7 +972,7 @@ static void build(struct options* opts) if (fake_module) return; /* nothing else to do */
/* link everything together now */ - strarray_addall(link_args, get_translator(opts)); + strarray_addall(link_args, get_translator(opts, NULL));
Why do you want to use a different version when linking? -- Alexandre Julliard julliard(a)winehq.org