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

    r897 r907  
    1616***********************************************************************/
    1717
     18#include <string.h>
     19
    1820#define INCL_WIN
    19 #define INCL_LONGLONG
    20 #include <os2.h>
    21 
    22 #include <stdio.h>
    23 #include <stdlib.h>
    24 #include <string.h>
    2521
    2622#include "fm3dll.h"
Note: See TracChangeset for help on using the changeset viewer.