Changeset 907 for trunk/eas.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/eas.c

    r754 r907  
    1616***********************************************************************/
    1717
    18 #include <stdarg.h>
    19 #include <stdio.h>
    2018#include <stdlib.h>
    2119#include <string.h>
    22 #include <ctype.h>
    2320
    2421#define INCL_DOS
    2522#define INCL_WIN
    26 #include <os2.h>
    2723
     24#include "dll\fm3dlg.h"
     25#include "dll\makelist.h"
    2826#include "dll\fm3dll.h"
    29 #include "dll\fm3dlg.h"
    3027
    3128int main (int argc,char *argv[])
     
    3532  CHAR fullname[CCHMAXPATH];
    3633  CHAR **list = NULL;
    37   INT x,numfiles = 0,numalloc = 0;
     34  UINT x,numfiles = 0,numalloc = 0;
    3835
    3936  DosError(FERR_DISABLEHARDERR);
Note: See TracChangeset for help on using the changeset viewer.