mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix build, for NDEBUG.
svn path=/trunk/; revision=23528
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user