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

    r897 r907  
    2929***********************************************************************/
    3030
     31#include <string.h>
     32#include <ctype.h>
     33
    3134#define INCL_DOS
    3235#define INCL_WIN
    33 #define INCL_DOSDEVICES                 // DosDevIOCtl
    3436#define INCL_DOSDEVIOCTL                // DosDevIOCtl
    3537#define INCL_LONGLONG
    36 #include <os2.h>
    37 
    38 #include <stdlib.h>
    39 #include <stdio.h>
    40 #include <string.h>
    41 #include <ctype.h>
    42 
     38
     39#include "fm3str.h"
     40#include "errutil.h"                    // Dos_Error...
     41#include "strutil.h"                    // GetPString
    4342#include "fm3dll.h"
    44 #include "fm3str.h"
    4543
    4644static PSZ pszSrcFile = __FILE__;
Note: See TracChangeset for help on using the changeset viewer.