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

    r1876 r1890  
    5151#include "misc.h"                       // PostMsg
    5252#include "fortify.h"
    53 #if 0
    54 #define  __PMPRINTF__
     53
     54#ifdef PMPRINTF
     55#define  _PMPRINTF_                     // Enable debug macros
    5556#include "PMPRINTF.H"
    5657#endif
Note: See TracChangeset for help on using the changeset viewer.