Turn off copy to user for now.

svn path=/trunk/; revision=28443
This commit is contained in:
James Tabor 2007-08-21 06:47:49 +00:00
parent e308fab607
commit ba4d4c6863

View file

@ -9,6 +9,7 @@ BOOL
FASTCALL
DCU_UpdateUserXForms(PDC pDC, ULONG uMask)
{
#if 0
PDC_ATTR DC_Attr = pDC->pDc_Attr;
if (!uMask) return FALSE;
@ -42,6 +43,7 @@ DCU_UpdateUserXForms(PDC pDC, ULONG uMask)
return FALSE;
}
}
#endif
return TRUE;
}