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

    r847 r907  
    1313
    1414***********************************************************************/
     15
     16#include <string.h>
     17#include <ctype.h>
    1518
    1619#define INCL_DOS
    1720#define INCL_WIN
    1821#define INCL_LONGLONG
    19 #include <os2.h>
    20 
    21 #include <stdlib.h>
    22 #include <stdio.h>
    23 #include <string.h>
    24 #include <time.h>
    25 
    26 #include <ctype.h>
    27 #include "fm3dll.h"
     22
    2823#include "fm3dlg.h"
    2924#include "fm3str.h"
     25#include "errutil.h"                    // Dos_Error...
     26#include "strutil.h"                    // GetPString
     27#include "fm3dll.h"
    3028
    3129#pragma data_seg(DATA1)
Note: See TracChangeset for help on using the changeset viewer.