[PATCH] Tests that prove ntdll has no notion of HKCR.

Juan Lang juan.lang at gmail.com
Mon May 20 16:46:51 CDT 2013


Hi George,

 static void test_classesroot(void)
>  {
> +    static const WCHAR reg_user[] = {
> '\\','R','E','G','I','S','T','R','Y','\\','U','S','E','R' };
> +    static const WCHAR reg_machine[] = {
> '\\','R','E','G','I','S','T','R','Y','\\','M','A','C','H','I','N','E' };
>

Almost, but these have to be NULL terminated, i.e.

> +    static const WCHAR reg_user[] = {
> '\\','R','E','G','I','S','T','R','Y','\\','U','S','E','R',0 };
> +    static const WCHAR reg_machine[] = {
> '\\','R','E','G','I','S','T','R','Y','\\','M','A','C','H','I','N','E',0 };

--Juan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20130520/9db427e6/attachment.html>


More information about the wine-devel mailing list