Changeset 907 for trunk/dll/printer.c


Ignore:
Timestamp:
Jan 6, 2008, 8:26:17 AM (18 years ago)
Author:
Steven Levine
Message:

Avoid out of memory traps in Compare Directories
Rework Compare Directories progress display for 2 second update rate
Start refactoring to reduce dependence on fm3dll.h
Add timer services (IsITimerExpired etc.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/printer.c

    r843 r907  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2004, 2006 Steven H.Levine
     9  Copyright (c) 2004, 2008 Steven H.Levine
    1010
    1111  01 Aug 04 SHL Rework lstrip/rstrip usage
     
    2121#include <string.h>
    2222#include <ctype.h>
    23 #include <stdio.h>
    24 #include <io.h>
    2523#include <share.h>
    26 #include <string.h>
    2724
    2825#define INCL_DOS
    2926#define INCL_WIN
    30 #include <os2.h>
    31 
    32 #include "fm3dll.h"
     27#define INCL_LONGLONG                   // dircnrs.h
     28
    3329#include "fm3dlg.h"
    3430#include "fm3str.h"
     31#include "makelist.h"                   // AddToList
     32#include "errutil.h"                    // Dos_Error...
     33#include "strutil.h"                    // GetPString
     34#include "fm3dll.h"
    3535
    3636#pragma data_seg(DATA1)
     
    547547        {
    548548          CHAR szBuffer[CCHMAXPATH + 1];
    549           INT numfiles = 0, numalloc = 0, error;
     549          UINT numfiles = 0, numalloc = 0;
     550          INT error;
    550551          SHORT x;
    551552
Note: See TracChangeset for help on using the changeset viewer.