Changeset 1890 for trunk/dll/filldir.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/filldir.c

    r1880 r1890  
    168168#include "pathutil.h"                   // AddBackslashToPath
    169169#include "tmrsvcs.h"                    // ITIMER_DESC
    170 #if 0
    171 #define  __PMPRINTF__
     170
     171#ifdef PMPRINTF
     172#define  _PMPRINTF_                     // Enable debug macros
    172173#include "PMPRINTF.H"
    173174#endif
Note: See TracChangeset for help on using the changeset viewer.