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

    r1840 r1890  
    122122#include "fortify.h"
    123123#include "info.h"                       // driveflags
    124 #if 0
    125 #define  __PMPRINTF__
     124
     125#ifdef PMPRINTF
     126#define  _PMPRINTF_                     // Enable debug macros
    126127#include "PMPRINTF.H"
    127128#endif
Note: See TracChangeset for help on using the changeset viewer.