Robert Millan : ddraw: Remove thread safety FIXMEs.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jul 30 08:55:41 CDT 2007


Module: wine
Branch: master
Commit: 47c847663e5d32df7ffb954ddffc12025b789ab4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=47c847663e5d32df7ffb954ddffc12025b789ab4

Author: Robert Millan <rmh at aybabtu.com>
Date:   Sat Jul 28 21:17:19 2007 +0200

ddraw: Remove thread safety FIXMEs.

---

 dlls/ddraw/ddraw.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/ddraw/ddraw.c b/dlls/ddraw/ddraw.c
index c903ad4..b447403 100644
--- a/dlls/ddraw/ddraw.c
+++ b/dlls/ddraw/ddraw.c
@@ -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);
     }




More information about the wine-cvs mailing list