Changeset 1830


Ignore:
Timestamp:
Jul 13, 2015, 12:03:05 AM (10 years ago)
Author:
Gregg Young
Message:

PMPrintf support #if 0-ed

Location:
trunk/dll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r1786 r1830  
    207207#include "excputil.h"                   // xbeginthread
    208208#include "systemf.h"                    // runemf2
    209 
     209#if 0
     210#define  __PMPRINTF__
     211#include "PMPRINTF.H"
     212#endif
    210213extern int _CRT_init(void);
    211214extern void _CRT_term(void);
     
    730733    return FALSE;
    731734  }
    732 
     735#if 0
     736  PmPrintfDisplayInterfaceVersionInfo();
     737  PmPrintfQueueNameThisProcess(NULL);
     738#endif
    733739  if (!*profile)
    734740    strcpy(profile, PCSZ_FM3DOTINI);
  • trunk/dll/update.c

    r1673 r1830  
    4949#include "misc.h"                       // PostMsg
    5050#include "fortify.h"
     51#if 0
     52#define  __PMPRINTF__
     53#include "PMPRINTF.H"
     54#endif
    5155
    5256static PSZ pszSrcFile = __FILE__;
Note: See TracChangeset for help on using the changeset viewer.