hookThunk was not initialized in GetDcState.

This commit is contained in:
Gerard Patel 2000-06-12 21:52:58 +00:00 committed by Alexandre Julliard
parent efefecd000
commit 5131f21fb2
1 changed files with 1 additions and 0 deletions

View File

@ -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). */