[PATCH v2] server: Release related atoms when destroying a window class

Dmitry Timoshkov dmitry at baikal.ru
Mon Nov 26 10:55:08 CST 2018


Ralf Habacker <ralf.habacker at freenet.de> wrote:

> +    ok(GetClipboardFormatNameW(classatom, str, ARRAY_SIZE(str)) == 0,
> +        "UnregisterClass() failed - unable to unregister atom\n");

Using a clipboard api in the class test looks strange, why not call
GlobalGetAtomName() directly instead?

-- 
Dmitry.



More information about the wine-devel mailing list