[PATCH] Add missing RtlQueryEnvironmentVariable to ntdll

Jactry Zeng jzeng at codeweavers.com
Sun May 3 04:50:48 CDT 2020


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.



More information about the wine-devel mailing list