mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 20:34:59 +00:00
Be consistent and change #if DBG to #ifdef DBG.
svn path=/trunk/; revision=19426
This commit is contained in:
parent
8b4bd72ee1
commit
cfdaa3b11d
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ BOOLEAN NTAPI
|
||||||
RtlFreeHandle(PRTL_HANDLE_TABLE HandleTable,
|
RtlFreeHandle(PRTL_HANDLE_TABLE HandleTable,
|
||||||
PRTL_HANDLE_TABLE_ENTRY Handle)
|
PRTL_HANDLE_TABLE_ENTRY Handle)
|
||||||
{
|
{
|
||||||
#if DBG
|
#ifdef DBG
|
||||||
/* check if handle is valid */
|
/* check if handle is valid */
|
||||||
if (RtlIsValidHandle(HandleTable, Handle))
|
if (RtlIsValidHandle(HandleTable, Handle))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue