ntdll: Add a stub implementation for RtlDllShutdownInProgress.

Robert Shearman rob at codeweavers.com
Thu Nov 2 09:43:36 CST 2006


Mike McCormack wrote:
> +NTSTATUS WINAPI RtlDllShutdownInProgress(void)
> +{
> +    FIXME("\n");
> +    return STATUS_SUCCESS;
> +}

For undocumented functions like this, you should add a test case.

-- 
Rob Shearman




More information about the wine-devel mailing list