Re: dinput: Prevent race between destroying the hook window and unloading the dll.
May 14, 2007
5:42 a.m.
Vitaliy Margolen <wine-patches(a)kievinfo.com> writes:
else ERR("Error creating message window\n");
+ UnregisterClassW(classW, DINPUT_instance); return 0;
You need to clear the class atom if you unregister the class, otherwise the next window creation will fail. -- Alexandre Julliard julliard(a)winehq.org
6891
Age (days ago)
6891
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard