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

    r906 r907  
    2121  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    2222
    23 
    2423***********************************************************************/
    2524
    26 #define INCL_WIN
    27 #define INCL_WINERRORS
    28 #define INCL_DOS
    29 #define INCL_DOSERRORS
    30 #include <os2.h>
    31 
    3225#include <stdlib.h>
    33 #include <stdio.h>
    3426#include <stdarg.h>
    3527#include <string.h>
    3628#include <ctype.h>
    37 #include <time.h>
    38 
    39 #include "fm3dll.h"
     29
     30#define INCL_DOS
     31#define INCL_DOSERRORS
     32#define INCL_WIN
     33#define INCL_LONGLONG                   // dircnrs.h
     34
    4035#include "fm3dlg.h"
    4136#include "fm3str.h"
     37#include "errutil.h"                    // Dos_Error...
     38#include "strutil.h"                    // GetPString
     39#include "pathutil.h"
     40#include "fm3dll.h"
    4241
    4342static PSZ pszSrcFile = __FILE__;
Note: See TracChangeset for help on using the changeset viewer.