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

    r551 r907  
     1
     2/***********************************************************************
     3
     4  $Id$
     5
     6  Collector applet
     7
     8  Copyright (c) 1993-98 M. Kimes
     9  Copyright (c) 2007, 2008 Steven H.Levine
     10
     11  05 Jan 08 SHL Sync
     12
     13***********************************************************************/
     14
     15#include <string.h>
     16
    117#define INCL_DOS
    218#define INCL_WIN
    319
    4 #include <os2.h>
    5 #include <stdarg.h>
    6 #include <stdio.h>
    7 #include <stdlib.h>
    8 #include <string.h>
    9 #include <ctype.h>
     20#include "dll\fm3str.h"
    1021#include "dll\fm3dll.h"
    11 #include "dll\fm3str.h"
    1222
    1323int main(int argc, char *argv[])
    1424{
    15 
    1625  HAB hab;
    1726  HMQ hmq;
Note: See TracChangeset for help on using the changeset viewer.