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

    r793 r907  
    1414***********************************************************************/
    1515
     16#include <process.h>                    // _beginthread
     17
    1618#define INCL_DOS
    1719#define INCL_DOSERRORS
    1820#define INCL_WIN
    19 #include <os2.h>
     21#define INCL_LONGLONG                   // dircnrs.h
    2022
    21 #include <stdarg.h>
    22 #include <stdio.h>
    23 #include <stdlib.h>
    24 #include <string.h>
    25 #include <process.h>                    // _beginthread
    26 
     23#include "fm3str.h"
     24#include "errutil.h"                    // Dos_Error...
     25#include "strutil.h"                    // GetPString
    2726#include "fm3dll.h"
    28 #include "fm3str.h"
    2927
    3028static PSZ pszSrcFile = __FILE__;
Note: See TracChangeset for help on using the changeset viewer.