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.h

    r9523 r10431  
    1 /* $Id: wndmsg.h,v 1.7 2002-12-18 12:28:08 sandervl Exp $ */
     1/* $Id: wndmsg.h,v 1.8 2004-01-30 22:10:24 bird Exp $ */
    22/*
    33 * Win32 window message text function for OS/2
     
    1616#endif
    1717
    18 #ifdef DEBUG
     18#ifdef DEBUG_LOGGING
    1919char *GetMsgText(int Msg);
    2020
Note: See TracChangeset for help on using the changeset viewer.