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

    r888 r907  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2001, 2007 Steven H. Levine
     9  Copyright (c) 2001, 2008 Steven H. Levine
    1010
    1111  11 Jun 02 SHL Drop obsolete xor code
     
    4646***********************************************************************/
    4747
     48#include <stdlib.h>
     49#include <string.h>
     50#include <ctype.h>
     51#include <process.h>                    // _beginthread
     52
    4853#define INCL_DOS
    4954#define INCL_WIN
    50 // #define INCL_WINERRORS
    5155#define INCL_SHLERRORS                  // PMERR_NOT_IN_IDX
    5256#define INCL_WINHELP
    5357#define INCL_GPI
    5458#define INCL_LONGLONG
    55 #include <os2.h>
    56 
    57 #include <stdarg.h>
    58 #include <stdio.h>
    59 #include <stdlib.h>
    60 #include <string.h>
    61 #include <ctype.h>
    62 #include <share.h>
    63 #include <process.h>                    // _beginthread
    64 
    65 #include "fm3dll.h"
     59
    6660#include "fm3dlg.h"
    6761#include "fm3str.h"
    6862#include "tools.h"
     63#include "comp.h"
    6964#include "datamin.h"
     65#include "arccnrs.h"                    // BldQuotedFileName
     66#include "errutil.h"                    // Dos_Error...
     67#include "strutil.h"                    // GetPString
     68#include "fm3dll.h"
    7069
    7170#pragma data_seg(DATA1)
Note: See TracChangeset for help on using the changeset viewer.