disable EXTPENS for now to stop debugmessage overflow

svn path=/trunk/; revision=30915
This commit is contained in:
Timo Kreuzer
2007-11-30 04:14:20 +00:00
parent 33a99e26d8
commit 3672e73aa8
+1 -1
View File
@@ -1375,7 +1375,7 @@ SelectObject(HDC hDC,
return NtGdiSelectBrush(hDC, hGdiObj);
case GDI_OBJECT_TYPE_PEN:
case GDI_OBJECT_TYPE_EXTPEN:
// case GDI_OBJECT_TYPE_EXTPEN:
return NtGdiSelectPen(hDC, hGdiObj);
case GDI_OBJECT_TYPE_FONT: