d3d9 : do not proceed reset or release from another thread than the one which created the device.

Henri Verbeet hverbeet at gmail.com
Mon Dec 1 02:55:45 CST 2008


2008/11/30 Jérôme Gardou <jerome.gardou at gmail.com>:
> -    if (ref == 0) {
> +    if (ref <= 0) {
This doesn't work, of course. ref is an ULONG. The check for Reset
should probably go into wined3d.


More information about the wine-devel mailing list