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

    r793 r907  
    2121  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    2222
    23 
    2423  fixme for more excess locals to be gone
    2524
    2625***********************************************************************/
    2726
    28 #define INCL_DOS
    29 #define INCL_WIN
    30 #define INCL_GPI
    31 #define INCL_DOSERRORS
    32 #include <os2.h>
    33 
    34 #include <stdarg.h>
    35 #include <stdio.h>
    3627#include <stdlib.h>
    3728#include <string.h>
    3829#include <ctype.h>
    39 #include <time.h>
    4030#include <share.h>
    41 #include <limits.h>
    4231#include <process.h>                    // _beginthread
    4332
    44 #include "fm3dll.h"
     33#define INCL_DOS
     34#define INCL_WIN
     35#define INCL_LONGLONG                   // dircnrs.h
     36#define INCL_WINSTDCNR                  // makelist.h
     37
    4538#include "fm3dlg.h"
    4639#include "fm3str.h"
    4740#include "mle.h"
    4841#include "grep.h"
     42#include "errutil.h"                    // Dos_Error...
     43#include "strutil.h"                    // GetPString
     44#include "fm3dll.h"
    4945
    5046#pragma data_seg(DATA1)
Note: See TracChangeset for help on using the changeset viewer.