mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
sorry I broke the build, thx Brezenbak and w3seek point it out, small change from brezenbak to fix it
svn path=/trunk/; revision=21855
This commit is contained in:
@@ -158,9 +158,9 @@ DdDeleteDirectDrawObject(LPDDRAWI_DIRECTDRAW_GBL pDirectDrawGlobal)
|
||||
}
|
||||
|
||||
status = NtGdiDdDeleteDirectDrawObject((HANDLE)pDirectDrawGlobal->hDD);
|
||||
if (status == TRUE) && (pDirectDrawGlobalInternal->hDD != NULL)
|
||||
if (status == TRUE) && (pDirectDrawGlobalInternal->hDD != 0)
|
||||
{
|
||||
pDirectDrawGlobalInternal->hDD = NULL;
|
||||
pDirectDrawGlobalInternal->hDD = 0;
|
||||
}
|
||||
|
||||
return status;
|
||||
|
||||
Reference in New Issue
Block a user