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

    r793 r907  
    1616***********************************************************************/
    1717
     18#include <string.h>
     19
    1820#define INCL_DOS
    1921#define INCL_WIN
    20 #include <os2.h>
     22#define INCL_LONGLONG                   // dircnrs.h
    2123
    22 #include <stdlib.h>
    23 #include <stdio.h>
    24 #include <string.h>
    25 
    26 #include "fm3dll.h"
    2724#include "fm3dlg.h"
    2825#include "fm3str.h"
     26#include "errutil.h"                    // Dos_Error...
     27#include "strutil.h"                    // GetPString
     28#include "fm3dll.h"
    2929
    3030static PSZ pszSrcFile = __FILE__;
Note: See TracChangeset for help on using the changeset viewer.