mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 12:24:48 +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,
|
||||
PRTL_HANDLE_TABLE_ENTRY Handle)
|
||||
{
|
||||
#if DBG
|
||||
#ifdef DBG
|
||||
/* check if handle is valid */
|
||||
if (RtlIsValidHandle(HandleTable, Handle))
|
||||
return FALSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue