Fixes test failures on 64-bit Wine.
Signed-off-by: Zebediah Figura z.figura12@gmail.com --- dlls/ntoskrnl.exe/tests/driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/ntoskrnl.exe/tests/driver.c b/dlls/ntoskrnl.exe/tests/driver.c index 84cfff7..06b365f 100644 --- a/dlls/ntoskrnl.exe/tests/driver.c +++ b/dlls/ntoskrnl.exe/tests/driver.c @@ -61,7 +61,7 @@ static void kvprintf(const char *format, __ms_va_list ap) ZwWriteFile(okfile, NULL, NULL, NULL, &io, buffer, strlen(buffer), &offset, NULL); }
-static void kprintf(const char *format, ...) +static void WINAPIV kprintf(const char *format, ...) { __ms_va_list valist;
@@ -70,7 +70,7 @@ static void kprintf(const char *format, ...) __ms_va_end(valist); }
-static void ok_(const char *file, int line, int condition, const char *msg, ...) +static void WINAPIV ok_(const char *file, int line, int condition, const char *msg, ...) { const char *current_file; __ms_va_list args;
Hi,
While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at https://testbot.winehq.org/JobDetails.pl?Key=38166
Your paranoid android.
=== build (build) === Make failed