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

    r906 r907  
    2626***********************************************************************/
    2727
     28#include <stdlib.h>
     29#include <string.h>
     30
    2831#define INCL_DOS
    2932#define INCL_WIN
    30 #include <os2.h>
    31 
    32 #include <stdlib.h>
    33 #include <stdio.h>
    34 #include <stdarg.h>
    35 #include <string.h>
    36 #include <ctype.h>
    37 #include <time.h>
    38 
    39 #include "fm3dll.h"
     33#define INCL_LONGLONG                   // dircnrs.h
     34
    4035#include "fm3dlg.h"
    4136#include "version.h"
    4237#include "fm3str.h"
     38#include "strutil.h"                    // GetPString
     39#include "errutil.h"                    // Runtime_Error
     40#include "fm3dll.h"
    4341
    4442#pragma data_seg(DATA1)
Note: See TracChangeset for help on using the changeset viewer.