mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
disable EXTPENS for now to stop debugmessage overflow
svn path=/trunk/; revision=30915
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user