26 Nov
2018
26 Nov
'18
4:55 p.m.
Ralf Habacker <ralf.habacker(a)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.