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

    r891 r907  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2003, 2007 Steven H. Levine
     9  Copyright (c) 2003, 2008 Steven H. Levine
    1010
    1111  22 Apr 07 GKY Add RunFM2Util to find and run apps from the FM2Utilities
     
    1414
    1515***********************************************************************/
     16
     17#include <string.h>
     18
    1619#define INCL_WIN
    17 #define INCL_WINERRORS
    1820#define INCL_DOS
    19 #define INCL_DOSERRORS
    20 #define INCL_LONGLONG
     21#define INCL_LONGLONG                   // dircnrs.h
    2122
    22 #include <os2.h>
    23 #include <stdlib.h>
    24 #include <stdio.h>
    25 #include <string.h>
    26 #include <stdarg.h>
    27 
    28 #include "fm3dll.h"
    2923#include "fm3dlg.h"
    3024#include "fm3str.h"
     25#include "pathutil.h"                   // BldQuotedFileName
     26#include "errutil.h"                    // Dos_Error...
     27#include "fm3dll.h"
    3128
    3229static PSZ pszSrcFile = __FILE__;
Note: See TracChangeset for help on using the changeset viewer.