Re: [PATCH v21 0/6] MR1148: ntdll: Mark created files beginning with a dot as not hidden.
28 Mar
2023
28 Mar
'23
7:15 p.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1148#note_28241
1073
Age (days ago)
1073
Last active (days ago)
0 comments
1 participants
participants (1)
-
Matteo Bruni (@Mystral)