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

    r1882 r1890  
    7979#include "common.h"                     // IncrThreadUsage DecrThreadUsage
    8080#include "pathutil.h"
    81 #if 0
    82 #define  __PMPRINTF__
     81
     82#ifdef PMPRINTF
     83#define  _PMPRINTF_                     // Enable debug macros
    8384#include "PMPRINTF.H"
    8485#endif
     
    8889
    8990static PSZ pszSrcFile = __FILE__;
    90 
    9191
    9292static INT tidFleshWorkListThread = -1; // 2015-08-08 SHL
Note: See TracChangeset for help on using the changeset viewer.