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

    r841 r907  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2003, 2007 Steven H. Levine
     9  Copyright (c) 2003, 2008 Steven H. Levine
    1010
    1111  12 Feb 03 SHL Standardize EA math
     
    2222***********************************************************************/
    2323
     24#include <stdlib.h>
     25#include <string.h>
     26#include <ctype.h>
     27
    2428#define INCL_DOS
    2529#define INCL_WIN
    2630#define INCL_LONGLONG
    27 #include <os2.h>
    28 
    29 #include <stdarg.h>
    30 #include <stdio.h>
    31 #include <stdlib.h>
    32 #include <string.h>
    33 #include <ctype.h>
    34 
     31
     32#include "fm3str.h"
     33#include "errutil.h"                    // Dos_Error...
     34#include "filldir.h"                    // FillInRecordFromFFB
     35#include "dircnrs.h"
    3536#include "fm3dll.h"
    36 #include "fm3str.h"
    3737
    3838static PSZ pszSrcFile = __FILE__;
Note: See TracChangeset for help on using the changeset viewer.