mirror of
https://github.com/reactos/reactos.git
synced 2026-06-25 09:07:17 +08:00
fixed a werid crash do not initate the member dwObsolete1 in LPDDRAWI_DIRECTDRAW_LCL
svn path=/trunk/; revision=25022
This commit is contained in:
@@ -960,7 +960,12 @@ Create_DirectDraw (LPGUID pGUID,
|
||||
This->lpLcl->dwIMEState = 0;
|
||||
This->lpLcl->dwLocalFlags = DDRAWILCL_DIRECTDRAW7;
|
||||
This->lpLcl->dwLocalRefCnt = 0;
|
||||
This->lpLcl->dwObsolete1 = 0;
|
||||
/*
|
||||
do not rest this flag to NULL it need be unistae for some reason other wise
|
||||
somet thing will crash dwObsolete1 seam being use for something this was a
|
||||
supriese for me
|
||||
*/
|
||||
//This->lpLcl->dwObsolete1 = 0;
|
||||
This->lpLcl->dwPreferredMode = 0;
|
||||
This->lpLcl->dwProcessId = 0;
|
||||
This->lpLcl->dwUnused0 = 0;
|
||||
|
||||
Reference in New Issue
Block a user