mirror of
https://github.com/reactos/wine.git
synced 2025-02-02 10:12:01 +00:00
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…
x
Reference in New Issue
Block a user