Oh, finally! ;)
On Mar 20, 2009, at 7:51 AM, tkreuzer(a)svn.reactos.org wrote:
Author: tkreuzer
Date: Fri Mar 20 07:51:26 2009
New Revision: 40115
URL:
http://svn.reactos.org/svn/reactos?rev=40115&view=rev
Log:
rename DCs pDc_Attr to pdcattr, like in gdikdx.
Make pdcattr alsways point to a DC_ATTR, either the user mode
struct or the local part. Get rid of all the If (!pdcattr) pdcattr
= &dc->Dc_Attr; That are not required anymore.