Matteo Bruni (@Mystral) commented about dlls/ntdll/tests/file.c:
CloseHandle( h );
}
+#define lok ok_(__FILE__, line) +#define rename_file(h,f) rename_file_(__LINE__,(h),(f)) +static BOOL rename_file_( int line, HANDLE h, const WCHAR *filename )
I'd avoid these line shenanigans, we now have test contexts to disambiguate ok() calls from different tests.