Changeset 424


Ignore:
Timestamp:
Mar 12, 2019, 4:48:22 PM (6 years ago)
Author:
ataylor
Message:

Disable pmprintf in newview.dll, fixes DLL loading problem on some systems

Location:
trunk/newview_dll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/newview_dll/newview.c

    r368 r424  
    77
    88
    9 #define  _PMPRINTF_
    10 #include <PMPRINTF.H>
     9//#define  _PMPRINTF_
     10//#include <PMPRINTF.H>
    1111
    1212
     
    145145    *pBytesOut = 0;
    146146
    147     _Pmpf(("LZWDecompressBlock"));
     147//    _Pmpf(("LZWDecompressBlock"));
    148148
    149149    while ((new_code = input_code(&pbInput, number_bytes)) != TERMINATOR) {
  • trunk/newview_dll/newview.def

    r413 r424  
    66  option stack=1M
    77
    8   LIBRARY PMPRINTF.LIB
    9 
    108  export LZWDECOMPRESSBLOCK         .1  = LZWDecompressBlock
Note: See TracChangeset for help on using the changeset viewer.