advapi32: Add RegCreate/DeleteKey tests and fixes

Alexandre Julliard julliard at winehq.org
Wed Feb 23 09:39:51 CST 2005


James Hawkins <truiken at gmail.com> writes:

> If you have time available, could you explain what the different cases
> are for putting the checks in either ntdll or the wine server.  In the
> meantime I will be reading through the server's reg functions and
> adding the checks there.

If the function is implemented in ntdll then the check should be in
there. If all the ntdll function does is call the server then the
check should be in the server.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list