Jeffrey Smith (@whydoubt) commented about dlls/mlang/tests/linebreakconsole.c:
+#include <stdarg.h> +#include <stdio.h>
+#include "windef.h" +#include "winbase.h" +#include "winerror.h" +#include "mlang.h" +#include "mimeole.h"
+#include "wine/test.h"
+static void test_BreakLineA(IMLangLineBreakConsole *mlbc) +{
- LCID locale = 1024;
- UINT uCodePage = CP_USASCII;
You re-initialize this to the same value on line 46. Please pick one or the other.