Re: dinput: Prevent race between destroying the hook window and unloading the dll.
14 May
2007
14 May
'07
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
6877
Age (days ago)
6877
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard