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

    r793 r907  
    1313***********************************************************************/
    1414
    15 #define INCL_WIN
     15#include <string.h>
    1616
    17 #include <os2.h>
    18 #include <stdarg.h>
    19 #include <stdio.h>
    20 #include <stdlib.h>
    21 #include <string.h>
     17#define INCL_LONGLONG                   // dircnrs.h
     18
    2219#include "fm3dll.h"
    2320
     
    2522                       BOOL partial, BOOL partmatch, BOOL noenv)
    2623{
    27 
    2824  SEARCHSTRING srch;
    2925  PCNRITEM pci;
Note: See TracChangeset for help on using the changeset viewer.