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

    r841 r907  
    1717***********************************************************************/
    1818
     19#include <stdlib.h>
     20#include <string.h>
     21#include <ctype.h>
     22
    1923#define INCL_WIN
    2024#define INCL_DOS
    2125#define INCL_DOSERRORS
    2226#define INCL_LONGLONG
    23 #include <os2.h>
    2427
    25 #include <stdlib.h>
    26 #include <stdio.h>
    27 #include <string.h>
    28 #include <ctype.h>
    29 
    30 #include "fm3dll.h"
    3128#include "fm3dlg.h"
    3229#include "fm3str.h"
     30#include "errutil.h"                    // Dos_Error...
     31#include "strutil.h"                    // GetPString
     32#include "fm3dll.h"
    3333
    3434static PSZ pszSrcFile = __FILE__;
Note: See TracChangeset for help on using the changeset viewer.