Commit 5131f21f authored by Gerard Patel's avatar Gerard Patel Committed by Alexandre Julliard

hookThunk was not initialized in GetDcState.

parent efefecd0
......@@ -283,6 +283,7 @@ HDC16 WINAPI GetDCState16( HDC16 hdc )
PATH_InitGdiPath( &newdc->w.path );
newdc->w.pAbortProc = NULL;
newdc->hookThunk = NULL;
/* Get/SetDCState() don't change hVisRgn field ("Undoc. Windows" p.559). */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment