mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
Fix build, for NDEBUG.
svn path=/trunk/; revision=23528
This commit is contained in:
parent
16837dffa3
commit
e2f4a9bdf8
1 changed files with 1 additions and 2 deletions
|
@ -1430,9 +1430,8 @@ IntDrawCaptionText(HDC hDc,
|
|||
COLORREF OldTextColor;
|
||||
NONCLIENTMETRICS nclm;
|
||||
NTSTATUS Status;
|
||||
INT i;
|
||||
|
||||
#ifndef NDEBUG
|
||||
INT i;
|
||||
DPRINT("%s:", __FUNCTION__);
|
||||
for(i = 0; i < Text->Length/sizeof(WCHAR); i++)
|
||||
DbgPrint("%C", Text->Buffer[i]);
|
||||
|
|
Loading…
Reference in a new issue