ntdll: Add a stub implementation for RtlDllShutdownInProgress.

Robert Shearman rob at codeweavers.com
Fri Nov 3 06:54:15 CST 2006


Mike McCormack wrote:
>
> Robert Shearman wrote:
>>> +NTSTATUS WINAPI RtlDllShutdownInProgress(void)
>
>> For undocumented functions like this, you should add a test case.
>
> That's unreasonable.  A stub isn't meant to work correctly, just stop 
> an application from crashing.  What will a test case prove?

In this case, just that the prototype is correct and so won't crash the 
program in random ways when the function is called.

-- 
Rob Shearman




More information about the wine-devel mailing list