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

    r865 r907  
    2626***********************************************************************/
    2727
     28#include <stdlib.h>
     29#include <string.h>
     30#include <ctype.h>
     31#include <share.h>
     32
    2833#define INCL_WIN
    2934#define INCL_DOS
     
    3136#define INCL_SHLERRORS                  // PMERR_NOT_IN_IDX
    3237#define INCL_LONGLONG
    33 #include <os2.h>
    34 
    35 #include <stdlib.h>
    36 #include <stdio.h>
    37 #include <string.h>
    38 #include <ctype.h>
    39 #include <time.h>
    40 #include <share.h>
    41 
    42 #include "fm3dll.h"
     38
    4339#include "fm3dlg.h"
    4440#include "fm3str.h"
     41#include "errutil.h"                    // Dos_Error...
     42#include "strutil.h"                    // GetPString
     43#include "fm3dll.h"
    4544
    4645#pragma data_seg(DATA1)
     
    6968static LINKDIRS *pFirstSetup;
    7069static const PSZ pszLastSetups = "LastSetups";
    71 // // 18 Aug 07 SHL fixme to stop supporting old style 1 year from now?
     70// 18 Aug 07 SHL fixme to stop supporting old style 1 year from now?
    7271static const ULONG ulOldSetupsBytes = 100 * 13; // Prior to 3.0.7
    7372
Note: See TracChangeset for help on using the changeset viewer.