ddraw: Remove thread safety FIXMEs.
This commit is contained in:
parent
c7f44c8ec7
commit
47c847663e
|
@ -516,8 +516,6 @@ IDirectDrawImpl_SetCooperativeLevel(IDirectDraw7 *iface,
|
|||
|
||||
if(cooplevel & DDSCL_MULTITHREADED && !(This->cooperative_level & DDSCL_MULTITHREADED))
|
||||
{
|
||||
FIXME("DirectDraw is not fully thread safe yet\n");
|
||||
|
||||
/* Enable thread safety in wined3d */
|
||||
IWineD3DDevice_SetMultithreaded(This->wineD3DDevice);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue