3 May
2020
3 May
'20
4:50 a.m.
Hi Alon, You would need to include your signoff in your patch: https://wiki.winehq.org/Submitting_Patches#The_commit_message On 5/3/20 15:11, Alon Barzilai wrote:
+ size_t return_length; unsigned int i;
for (i = 0; tests[i].var; i++) @@ -130,6 +134,45 @@ static void testQuery(void) break; } } + + //test RtlQueryEnvironmentVariable Please don't use C++ style comment.