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/wndmsg.cpp

    r9523 r10431  
    1 /* $Id: wndmsg.cpp,v 1.19 2002-12-18 12:28:08 sandervl Exp $ */
     1/* $Id: wndmsg.cpp,v 1.20 2004-01-30 22:10:25 bird Exp $ */
    22/*
    33 * Win32 window message text function for OS/2
     
    2020#include "dbglocal.h"
    2121
    22 #ifdef DEBUG
     22#ifdef DEBUG_LOGGING
    2323typedef struct
    2424{
Note: See TracChangeset for help on using the changeset viewer.