mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
thx irc : unC0Rr did sport typo fault in GdiEntry3
svn path=/trunk/; revision=16842
This commit is contained in:
parent
52754f93e1
commit
01918f37b1
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ DdDeleteDirectDrawObject(LPDDRAWI_DIRECTDRAW_GBL pDirectDrawGlobal)
|
|||
{
|
||||
return FALSE;
|
||||
}
|
||||
return NtGdiDdDeleteDirectDrawObject((HANDLE)pDirectDrawGlobal->hDD);
|
||||
return NtGdiDdDeleteDirectDrawObject((HANDLE)pDirectDrawGlobalInternal->hDD);
|
||||
}
|
||||
|
||||
return NtGdiDdDeleteDirectDrawObject((HANDLE)pDirectDrawGlobal->hDD);
|
||||
|
|
Loading…
Reference in a new issue