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

    r898 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 Add CheckVersion
     
    4343
    4444#include <stdlib.h>
    45 #include <stdio.h>
    4645#include <string.h>
    47 #include <ctype.h>
    4846#include <share.h>
    49 #include <time.h>
    5047#include <process.h>
    5148
     
    6259#define DEFINE_GLOBALS 1
    6360
    64 #include "fm3dll.h"
    6561#include "fm3dlg.h"
    6662#include "datamin.h"
     
    6864#include "fm3str.h"
    6965#include "version.h"
     66#include "pathutil.h"                   // BldFullPathName
     67#include "arccnrs.h"                    // ArcClientWndProc
     68#include "errutil.h"                    // Dos_Error...
     69#include "strutil.h"                    // GetPString
     70#include "fm3dll.h"
    7071
    7172#ifdef __IBMC__
Note: See TracChangeset for help on using the changeset viewer.