Changeset 907 for trunk/dll/draglist.c


Ignore:
Timestamp:
Jan 6, 2008, 8:26:17 AM (17 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
  • TabularUnified trunk/dll/draglist.c

    r847 r907  
    2424***********************************************************************/
    2525
     26#include <stdlib.h>
     27#include <string.h>
     28#include <ctype.h>
     29
    2630#define INCL_DOS
    2731#define INCL_WIN
    2832#define INCL_SHLERRORS
    2933#define INCL_LONGLONG
    30 #include <os2.h>
    31 
    32 #include <stdio.h>
    33 #include <stdlib.h>
    34 #include <string.h>
    35 #include <ctype.h>
    36 
     34
     35#include "errutil.h"                    // Dos_Error...
    3736#include "fm3dll.h"
    3837
Note: See TracChangeset for help on using the changeset viewer.