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

    r888 r907  
    1717***********************************************************************/
    1818
     19#include <string.h>
     20
    1921#define INCL_WIN
    2022#define INCL_DOS
    21 #include <os2.h>
    22 
    23 #include <stdlib.h>
    24 #include <stdio.h>
    25 #include <share.h>
    26 #include <string.h>
    27 #include <time.h>
    28 #include <ctype.h>
    29 
    30 #include "fm3dll.h"
     23#define INCL_LONGLONG                   // dircnrs.h
     24
    3125#include "fm3dlg.h"
    3226#include "fm3str.h"
     27#include "strutil.h"                    // GetPString
     28#include "errutil.h"                    // Runtime_Error
     29#include "fm3dll.h"
    3330
    3431static PSZ pszSrcFile = __FILE__;
Note: See TracChangeset for help on using the changeset viewer.