[PATCH] kernel32: Save and restore LastError in OutputDebugStringA

Dmitry Timoshkov dmitry at baikal.ru
Mon Nov 5 22:39:04 CST 2012


Andrew Eikum <aeikum at codeweavers.com> wrote:

> +static void test_OutputDebugString(void)
> +{
> +    if(!pOutputDebugStringA){
> +        win_skip("OutputDebugStringA missing\n");
> +        return;
> +    }

Is there a reson to load OutputDebugStringA dynamically?

-- 
Dmitry.



More information about the wine-devel mailing list