Ignore:
Timestamp:
Jan 30, 2004, 11:10:26 PM (22 years ago)
Author:
bird
Message:

#682: Test for DEBUG_LOGGING not DEBUG. dprintf may be used in release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/windlg.cpp

    r9519 r10431  
    1 /* $Id: windlg.cpp,v 1.36 2002-12-17 14:16:47 sandervl Exp $ */
     1/* $Id: windlg.cpp,v 1.37 2004-01-30 22:10:25 bird Exp $ */
    22/*
    33 * Win32 dialog apis for OS/2
     
    242242  Win32Dialog *dialog;
    243243  BOOL rc;
    244 #ifdef DEBUG
     244#ifdef DEBUG_LOGGING
    245245  RECT dlgRect = *rect;
    246246#endif
     
    279279    HWND hChildFirst = 0;
    280280
    281     if(!hwndCtrl) 
     281    if(!hwndCtrl)
    282282    {
    283283        hChildFirst = GetWindow(hwndDlg,GW_CHILD);
     
    384384    }
    385385    dprintf(("USER32: GetNextDlgTabItem %x %x %d", hwndDlg,hwndCtrl,fPrevious));
    386     return DIALOG_GetNextTabItem(hwndDlg,hwndDlg,hwndCtrl,fPrevious); 
     386    return DIALOG_GetNextTabItem(hwndDlg,hwndDlg,hwndCtrl,fPrevious);
    387387}
    388388//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.