mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Be consistent and change #if DBG to #ifdef DBG.
svn path=/trunk/; revision=19426
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user