Turn off support for now due to user land exception.
authorJames Tabor <james.tabor@reactos.org>
Mon, 3 Sep 2007 05:30:45 +0000 (05:30 +0000)
committerJames Tabor <james.tabor@reactos.org>
Mon, 3 Sep 2007 05:30:45 +0000 (05:30 +0000)
svn path=/trunk/; revision=28802

reactos/dll/win32/gdi32/objects/dc.c

index 936364d..a3410ec 100644 (file)
@@ -320,7 +320,7 @@ HGDIOBJ
 STDCALL
 GetDCObject( HDC hDC, INT iType)
 {
-//#if 0
+#if 0
  if((iType == GDI_OBJECT_TYPE_BRUSH) ||
     (iType == GDI_OBJECT_TYPE_EXTPEN)||
     (iType == GDI_OBJECT_TYPE_PEN)   ||
@@ -348,7 +348,7 @@ GetDCObject( HDC hDC, INT iType)
    }   
    return hGO;
  }
-//#endif
+#endif
  return NtGdiGetDCObject( hDC, iType );
 }