Changeset 1830 for trunk/dll/init.c


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

PMPrintf support #if 0-ed

File:
1 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);
Note: See TracChangeset for help on using the changeset viewer.