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

    r793 r907  
    1313***********************************************************************/
    1414
     15#include <string.h>
     16
    1517#define INCL_DOS
    1618#define INCL_WIN
     19#define INCL_LONGLONG                   // dircnrs.h
    1720
    18 #include <os2.h>
    19 #include <stdio.h>
    20 #include <stdlib.h>
    21 #include <string.h>
    22 #include <ctype.h>
    23 #include <share.h>
    24 #include "fm3dll.h"
    2521#include "fm3dlg.h"
    2622#include "fm3str.h"
     23#include "errutil.h"                    // Dos_Error...
     24#include "strutil.h"                    // GetPString
     25#include "fm3dll.h"
    2726
    2827#pragma data_seg(DATA2)
Note: See TracChangeset for help on using the changeset viewer.