Changeset 1890 for trunk/dll/dircnrs.c


Ignore:
Timestamp:
Jan 30, 2020, 7:39:42 AM (6 years ago)
Author:
Steven Levine
Message:

Add PMPRINTF enable support to makefiles.
Correct PMPRINTF debug macro enables in sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dircnrs.c

    r1878 r1890  
    174174#include "pathutil.h"                   // AddBackslashToPath
    175175#include "copyf.h"                      // ignorereadonly
    176 #if 0
    177 #define  __PMPRINTF__
     176
     177#ifdef PMPRINTF
     178#define  _PMPRINTF_                     // Enable debug macros
    178179#include "PMPRINTF.H"
    179180#endif
Note: See TracChangeset for help on using the changeset viewer.