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

    r888 r907  
    2424***********************************************************************/
    2525
     26#include <string.h>
     27#include <ctype.h>
     28#include <limits.h>
     29#include <process.h>                    // _beginthread
     30
    2631#define INCL_DOS
    2732#define INCL_DOSERRORS
     
    2934#define INCL_GPI
    3035#define INCL_LONGLONG
    31 #include <os2.h>
    32 
    33 #include <stdio.h>
    34 #include <stdlib.h>
    35 #include <string.h>
    36 #include <ctype.h>
    37 #include <limits.h>
    38 #include <process.h>                    // _beginthread
    39 
    40 #include "fm3dll.h"
     36
    4137#include "fm3dlg.h"
    4238#include "fm3str.h"
    4339#include "procstat.h"
    4440#include "datamin.h"
     41#include "errutil.h"                    // Dos_Error...
     42#include "strutil.h"                    // GetPString
     43#include "fm3dll.h"
    4544
    4645#pragma data_seg(DATA2)
Note: See TracChangeset for help on using the changeset viewer.