[ros-diffs] [greatlrd] 21855: sorry I broke the build,
thx Brezenbak and w3seek point it out, small change from brezenbak to fix it
greatlrd at svn.reactos.org
greatlrd at svn.reactos.org
Mon May 8 19:35:09 CEST 2006
Author: greatlrd
Date: Mon May 8 21:35:09 2006
New Revision: 21855
URL: http://svn.reactos.ru/svn/reactos?rev=21855&view=rev
Log:
sorry I broke the build, thx Brezenbak and w3seek point it out, small change from brezenbak to fix it
Modified:
trunk/reactos/dll/win32/gdi32/misc/gdientry.c
Modified: trunk/reactos/dll/win32/gdi32/misc/gdientry.c
URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/dll/win32/gdi32/misc/gdientry.c?rev=21855&r1=21854&r2=21855&view=diff
==============================================================================
--- trunk/reactos/dll/win32/gdi32/misc/gdientry.c (original)
+++ trunk/reactos/dll/win32/gdi32/misc/gdientry.c Mon May 8 21:35:09 2006
@@ -158,9 +158,9 @@
}
status = NtGdiDdDeleteDirectDrawObject((HANDLE)pDirectDrawGlobal->hDD);
- if (status == TRUE) && (pDirectDrawGlobalInternal->hDD != NULL)
- {
- pDirectDrawGlobalInternal->hDD = NULL;
+ if (status == TRUE) && (pDirectDrawGlobalInternal->hDD != 0)
+ {
+ pDirectDrawGlobalInternal->hDD = 0;
}
return status;
More information about the Ros-diffs
mailing list