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

    r880 r907  
    2424***********************************************************************/
    2525
     26#include <stdlib.h>
     27#include <stdio.h>
     28#include <string.h>
     29#include <ctype.h>
     30
    2631#define INCL_WIN
    2732#define INCL_DOS
    2833#define INCL_DOSERRORS
    2934#define INCL_LONGLONG
    30 #include <os2.h>
    31 
    32 #include <stdlib.h>
    33 #include <stdio.h>
    34 #include <string.h>
    35 #include <ctype.h>
    36 
    37 #include "fm3dll.h"
     35
    3836#include "fm3dlg.h"
    3937#include "fm3str.h"
    4038#include "mle.h"
     39#include "errutil.h"                    // Dos_Error...
     40#include "strutil.h"                    // GetPString
     41#include "fm3dll.h"
    4142
    4243#pragma data_seg(DATA1)
Note: See TracChangeset for help on using the changeset viewer.