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

    r862 r907  
    1414***********************************************************************/
    1515
    16 #include <stdarg.h>
    17 #include <stdio.h>
    18 #include <stdlib.h>
    1916#include <string.h>
    20 #include <ctype.h>
    2117
    2218#define INCL_DOS
    23 #define INCL_WIN
    24 #include <os2.h>
    2519
     20#include "dll\fm3dlg.h"
    2621#include "dll\fm3dll.h"
    27 #include "dll\fm3dlg.h"
    2822
    2923int main(int argc, char *argv[])
Note: See TracChangeset for help on using the changeset viewer.