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

    r888 r907  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2004, 2007 Steven H. Levine
     9  Copyright (c) 2004, 2008 Steven H. Levine
    1010
    1111  01 Aug 04 SHL Rework lstrip/rstrip usage
     
    2424***********************************************************************/
    2525
     26#include <stdlib.h>
     27#include <string.h>
     28#include <share.h>
     29
    2630#define INCL_DOS
    2731#define INCL_WIN
    28 #include <os2.h>
    29 
    30 #include <stdio.h>
    31 #include <stdlib.h>
    32 #include <string.h>
    33 #include <ctype.h>
    34 #include <share.h>
    35 
    36 #include "fm3dll.h"
     32#define INCL_LONGLONG                   // dircnrs.h
     33
    3734#include "fm3dlg.h"
    3835#include "fm3str.h"
    3936#include "tools.h"
     37#include "arccnrs.h"                    // BldQuotedFileName
     38#include "errutil.h"                    // Dos_Error...
     39#include "strutil.h"                    // GetPString
     40#include "fm3dll.h"
     41
    4042
    4143typedef struct
Note: See TracChangeset for help on using the changeset viewer.