j
k
j a
j l
+static void vkd3d_test_printf(int line, const char *msg) +{ + printf("%s:%d%s: %s", vkd3d_test_name, line, vkd3d_test_state.context, msg); +}
I suppose this matches both Wine and the existing code, but do we really need signed line numbers?
Back to the thread
Back to the list